#420FBB

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

Shades of Purple Heart #420FBB

Tints of Purple Heart #420FBB

Color information

#420FBB (or 0x420FBB) is unknown color: approx Purple Heart. HEX triplet: 42, 0F and BB. RGB value is (66,15,187). Sum of RGB (Red+Green+Blue) = 66+15+187=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 15 (6.25% from 255 or 5.60% from 268); Blue value is 187 (73.44% from 255 or 69.78% from 268); Max value from RGB is 187 - color contains mainly: blue. Hex color #420FBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420FBB is #BDF044. Grayscale: #313131. Windows color (decimal): -12447813 or 12259138. OLE color: 12259138.

HSL color Cylindrical-coordinate representation of color #420FBB: hue angle of 257.79º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420FBB is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB6615187-
CMYK0.650.9200.27
HSL257.79º85.15%39.61%-
HSV(B)257.79º91.98%73.33%-
XYZ11.395.0947.4-
YUV49.86205.4139.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 15 (6.25% from 255) = 5.60%
BLUE value IS 187 (73.44% from 255) = 69.78%
R=24.63%
G=5.60%
B=69.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal66151870.650.9200.27257.7985.1539.61
Hex42FBB415C01B1025528
Octal1021727310113403340212550
Binary1000010111110111011100000110111000110111000000101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,15,187); }

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

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

 a { background-color: rgb(66,15,187); }

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

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

 span { border-color: rgb(66,15,187); }

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