Html Css Color HEX #420BC0 Purple Heart

📋 copy color: '#420BC0'

red 66 ◦ green 11 ◦ blue 192

#420BC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #420BC0

Tints of Purple Heart #420BC0

RGB

 RED value IS 66 (26.17% from 255) = 24.54%

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 192 (75.39% from 255) = 71.38%

R = 24.54%
G = 4.09%
B = 71.38%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#420BC0 (or 0x420BC0) is known color: Purple Heart. HEX triplet: 42, 0B and C0. RGB value is (66,11,192). Sum of RGB (Red+Green+Blue) = 66+11+192=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 192 (75.39% from 255 or 71.38% from 269); Max value from RGB is 192 - color contains mainly: blue. Hex color #420BC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BC0 is #BDF43F. Grayscale: #2F2F2F. Windows color (decimal): -12448832 or 12585794. OLE color: 12585794.

HSL color Cylindrical-coordinate representation of color #420BC0: hue angle of 258.23º degrees, saturation: 0.89, 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 #420BC0 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 11 192 -
CMYK 0.66 0.94 0 0.25
HSL 258.23º 0.89% 0.4% -
HSV(B) 258.23º 0.94% 0.75% -
XYZ 11.88 5.2 50.25 -
YUV 48.08 209.22 140.78 -
System Red Green Blue C M Y K H S L
Decimal 66 11 192 0.66 0.94 0 0.25 258.23 0.89 0.4
Hex 42 B C0 42 5E 0 19 102 59 28
Octal 102 13 300 102 136 0 31 402 131 50
Binary 1000010 1011 11000000 1000010 1011110 0 11001 100000010 1011001 101000

Color Harmonies of #420BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BC0

Black with #420BC0

Text Example


Text Example

White with #420BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #420BC0;
 }
 .AnyTagClassName
 {
   color: #420BC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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