#6416BC

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

Shades of Purple Heart #6416BC

Tints of Purple Heart #6416BC

Color information

#6416BC (or 0x6416BC) is unknown color: approx Purple Heart. HEX triplet: 64, 16 and BC. RGB value is (100,22,188). Sum of RGB (Red+Green+Blue) = 100+22+188=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #6416BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6416BC is #9BE943. Grayscale: #3F3F3F. Windows color (decimal): -10217796 or 12326500. OLE color: 12326500.

HSL color Cylindrical-coordinate representation of color #6416BC: hue angle of 268.19º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6416BC is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10022188-
CMYK0.470.8800.26
HSL268.19º79.05%41.18%-
HSV(B)268.19º88.3%73.73%-
XYZ14.626.9148.14-
YUV64.25197.84153.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 22 (8.98% from 255) = 7.10%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=32.26%
G=7.10%
B=60.65%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100221880.470.8800.26268.1979.0541.18
Hex6416BC2F5801A10c4f29
Octal144262745713003241411751
Binary1100100101101011110010111110110000110101000011001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6416BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6416BC; }

 p { color: rgb(100,22,188); }

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

<style>
 a { background-color: #6416BC; }

 a { background-color: rgb(100,22,188); }

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

<style>
 span { border-color: #6416BC; }

 span { border-color: rgb(100,22,188); }

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