#6616BF

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

Shades of Purple Heart #6616BF

Tints of Purple Heart #6616BF

Color information

#6616BF (or 0x6616BF) is unknown color: approx Purple Heart. HEX triplet: 66, 16 and BF. RGB value is (102,22,191). Sum of RGB (Red+Green+Blue) = 102+22+191=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #6616BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616BF is #99E940. Grayscale: #404040. Windows color (decimal): -10086721 or 12523110. OLE color: 12523110.

HSL color Cylindrical-coordinate representation of color #6616BF: hue angle of 268.4º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6616BF is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10222191-
CMYK0.470.8800.25
HSL268.4º79.34%41.76%-
HSV(B)268.4º88.48%74.9%-
XYZ15.177.1649.87-
YUV65.19199154.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 22 (8.98% from 255) = 6.98%
BLUE value IS 191 (75% from 255) = 60.63%
R=32.38%
G=6.98%
B=60.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102221910.470.8800.25268.479.3441.76
Hex6616BF2F5801910c4f2a
Octal146262775713003141411752
Binary1100110101101011111110111110110000110011000011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6616BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6616BF; }

 p { color: rgb(102,22,191); }

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

<style>
 a { background-color: #6616BF; }

 a { background-color: rgb(102,22,191); }

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

<style>
 span { border-color: #6616BF; }

 span { border-color: rgb(102,22,191); }

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