#743bcf

Color #743BCF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #743BCF

Tints of Purple Heart #743BCF

Color information

#743BCF (or 0x743BCF) is unknown color: approx Purple Heart. HEX triplet: 74, 3B and CF. RGB value is (116,59,207). Sum of RGB (Red+Green+Blue) = 116+59+207=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #743BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743BCF is #8BC430. Grayscale: #5C5C5C. Windows color (decimal): -9159729 or 13581172. OLE color: 13581172.

HSL color Cylindrical-coordinate representation of color #743BCF: hue angle of 263.11º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #743BCF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11659207-
CMYK0.440.7100.19
HSL263.11º60.66%52.16%-
HSV(B)263.11º71.5%81.18%-
XYZ20.0311.3560.17-
YUV92.92192.38144.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 30.37%
GREEN value IS 59 (23.44% from 255) = 15.45%
BLUE value IS 207 (81.25% from 255) = 54.19%
R=30.37%
G=15.45%
B=54.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal116592070.440.7100.19263.1160.6652.16
Hex743BCF2C470131073d34
Octal16473317541070234077564
Binary1110100111011110011111011001000111010011100000111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743bcf; }

 p { color: rgb(116,59,207); }

 H1.HeaderClassName
 {
   color: #743bcf;
 }
 .AnyTagClassName
 {
   color: #743bcf;
 }
</style>
background-color css

<style>
 a { background-color: #743bcf; }

 a { background-color: rgb(116,59,207); }

 div.DivClassName
 {
   background-color: #743bcf;
 }
 .BgClassName
 {
   background-color: #743bcf;
 }
</style>
border-color css

<style>
 span { border-color: #743bcf; }

 span { border-color: rgb(116,59,207); }

 td.TdClassName
 {
   border-color: #743bcf;
 }
 .TagClassName
 {
   border-color: #743bcf;
 }
</style>