#420CBF

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

Shades of Purple Heart #420CBF

Tints of Purple Heart #420CBF

Color information

#420CBF (or 0x420CBF) is unknown color: approx Purple Heart. HEX triplet: 42, 0C and BF. RGB value is (66,12,191). Sum of RGB (Red+Green+Blue) = 66+12+191=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 191 (75% from 255 or 71.00% from 269); Max value from RGB is 191 - color contains mainly: blue. Hex color #420CBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CBF is #BDF340. Grayscale: #2F2F2F. Windows color (decimal): -12448577 or 12520514. OLE color: 12520514.

HSL color Cylindrical-coordinate representation of color #420CBF: hue angle of 258.1º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420CBF is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6612191-
CMYK0.650.9400.25
HSL258.1º88.18%39.8%-
HSV(B)258.1º93.72%74.9%-
XYZ11.785.1849.67-
YUV48.55208.39140.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 191 (75% from 255) = 71.00%
R=24.54%
G=4.46%
B=71.00%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66121910.650.9400.25258.188.1839.8
Hex42CBF415E0191025828
Octal1021427710113603140213050
Binary1000010110010111111100000110111100110011000000101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420CBF; }

 p { color: rgb(66,12,191); }

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

<style>
 a { background-color: #420CBF; }

 a { background-color: rgb(66,12,191); }

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

<style>
 span { border-color: #420CBF; }

 span { border-color: rgb(66,12,191); }

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