#6616BA

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

Shades of Purple Heart #6616BA

Tints of Purple Heart #6616BA

Color information

#6616BA (or 0x6616BA) is unknown color: approx Purple Heart. HEX triplet: 66, 16 and BA. RGB value is (102,22,186). Sum of RGB (Red+Green+Blue) = 102+22+186=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #6616BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6616BA is #99E945. Grayscale: #404040. Windows color (decimal): -10086726 or 12195430. OLE color: 12195430.

HSL color Cylindrical-coordinate representation of color #6616BA: hue angle of 269.27º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6616BA is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10222186-
CMYK0.450.8800.27
HSL269.27º78.85%40.78%-
HSV(B)269.27º88.17%72.94%-
XYZ14.636.9447.02-
YUV64.62196.5154.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 22 (8.98% from 255) = 7.10%
BLUE value IS 186 (73.05% from 255) = 60%
R=32.90%
G=7.10%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102221860.450.8800.27269.2778.8540.78
Hex6616BA2D5801B10d4f29
Octal146262725513003341511751
Binary1100110101101011101010110110110000110111000011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6616BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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