Html Css Color HEX #420BBC Purple Heart

📋 copy color: '#420BBC'

red 66 ◦ green 11 ◦ blue 188

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

Shades of Purple Heart #420BBC

Tints of Purple Heart #420BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 70.94%

R = 24.91%
G = 4.15%
B = 70.94%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#420BBC (or 0x420BBC) is known color: Purple Heart. HEX triplet: 42, 0B and BC. RGB value is (66,11,188). Sum of RGB (Red+Green+Blue) = 66+11+188=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 188 (73.83% from 255 or 70.94% from 265); Max value from RGB is 188 - color contains mainly: blue. Hex color #420BBC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420BBC is #BDF443. Grayscale: #2E2E2E. Windows color (decimal): -12448836 or 12323650. OLE color: 12323650.

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

Color convert

RGB 66 11 188 -
CMYK 0.65 0.94 0 0.26
HSL 258.64º 0.89% 0.39% -
HSV(B) 258.64º 0.94% 0.74% -
XYZ 11.44 5.03 47.94 -
YUV 47.62 207.22 141.11 -
System Red Green Blue C M Y K H S L
Decimal 66 11 188 0.65 0.94 0 0.26 258.64 0.89 0.39
Hex 42 B BC 41 5E 0 1A 103 59 27
Octal 102 13 274 101 136 0 32 403 131 47
Binary 1000010 1011 10111100 1000001 1011110 0 11010 100000011 1011001 100111

Color Harmonies of #420BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420BBC

Black with #420BBC

Text Example


Text Example

White with #420BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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