#420BBE

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

Shades of Purple Heart #420BBE

Tints of Purple Heart #420BBE

Color information

#420BBE (or 0x420BBE) is unknown color: approx Purple Heart. HEX triplet: 42, 0B and BE. RGB value is (66,11,190). Sum of RGB (Red+Green+Blue) = 66+11+190=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 190 (74.61% from 255 or 71.16% from 267); Max value from RGB is 190 - color contains mainly: blue. Hex color #420BBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BBE is #BDF441. Grayscale: #2F2F2F. Windows color (decimal): -12448834 or 12454722. OLE color: 12454722.

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

Color convert

RGB6611190-
CMYK0.650.9400.25
HSL258.44º89.05%39.41%-
HSV(B)258.44º94.21%74.51%-
XYZ11.665.1249.09-
YUV47.85208.22140.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 190 (74.61% from 255) = 71.16%
R=24.72%
G=4.12%
B=71.16%

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
Decimal66111900.650.9400.25258.4489.0539.41
Hex42BBE415E0191025927
Octal1021327610113603140213147
Binary1000010101110111110100000110111100110011000000101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,11,190); }

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

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

 a { background-color: rgb(66,11,190); }

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

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

 span { border-color: rgb(66,11,190); }

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