#6614BF

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

Shades of Purple Heart #6614BF

Tints of Purple Heart #6614BF

Color information

#6614BF (or 0x6614BF) is unknown color: approx Purple Heart. HEX triplet: 66, 14 and BF. RGB value is (102,20,191). Sum of RGB (Red+Green+Blue) = 102+20+191=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #6614BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6614BF is #99EB40. Grayscale: #3F3F3F. Windows color (decimal): -10087233 or 12522598. OLE color: 12522598.

HSL color Cylindrical-coordinate representation of color #6614BF: hue angle of 268.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6614BF is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10220191-
CMYK0.470.9000.25
HSL268.77º81.04%41.37%-
HSV(B)268.77º89.53%74.9%-
XYZ15.137.0949.86-
YUV64.01199.67155.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 20 (8.20% from 255) = 6.39%
BLUE value IS 191 (75% from 255) = 61.02%
R=32.59%
G=6.39%
B=61.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102201910.470.9000.25268.7781.0441.37
Hex6614BF2F5A01910d5129
Octal146242775713203141512151
Binary1100110101001011111110111110110100110011000011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6614BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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