#6619BF

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

Shades of Purple Heart #6619BF

Tints of Purple Heart #6619BF

Color information

#6619BF (or 0x6619BF) is unknown color: approx Purple Heart. HEX triplet: 66, 19 and BF. RGB value is (102,25,191). Sum of RGB (Red+Green+Blue) = 102+25+191=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 191 (75% from 255 or 60.06% from 318); Max value from RGB is 191 - color contains mainly: blue. Hex color #6619BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6619BF is #99E640. Grayscale: #424242. Windows color (decimal): -10085953 or 12523878. OLE color: 12523878.

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

Color convert

RGB10225191-
CMYK0.470.8700.25
HSL267.83º76.85%42.35%-
HSV(B)267.83º86.91%74.9%-
XYZ15.237.2849.89-
YUV66.95198.01153-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.08%
GREEN value IS 25 (10.16% from 255) = 7.86%
BLUE value IS 191 (75% from 255) = 60.06%
R=32.08%
G=7.86%
B=60.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102251910.470.8700.25267.8376.8542.35
Hex6619BF2F5701910c4d2a
Octal146312775712703141411552
Binary1100110110011011111110111110101110110011000011001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6619BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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