Html Css Color HEX #420CBB Purple Heart

📋 copy color: '#420CBB'

red 66 ◦ green 12 ◦ blue 187

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

Shades of Purple Heart #420CBB

Tints of Purple Heart #420CBB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.53%

 BLUE value IS 187 (73.44% from 255) = 70.57%

R = 24.91%
G = 4.53%
B = 70.57%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#420CBB (or 0x420CBB) is known color: Purple Heart. HEX triplet: 42, 0C and BB. RGB value is (66,12,187). Sum of RGB (Red+Green+Blue) = 66+12+187=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 187 (73.44% from 255 or 70.57% from 265); Max value from RGB is 187 - color contains mainly: blue. Hex color #420CBB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420CBB is #BDF344. Grayscale: #2F2F2F. Windows color (decimal): -12448581 or 12258370. OLE color: 12258370.

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

Color convert

RGB 66 12 187 -
CMYK 0.65 0.94 0 0.27
HSL 258.51º 0.88% 0.39% -
HSV(B) 258.51º 0.94% 0.73% -
XYZ 11.35 5.01 47.38 -
YUV 48.1 206.39 140.77 -
System Red Green Blue C M Y K H S L
Decimal 66 12 187 0.65 0.94 0 0.27 258.51 0.88 0.39
Hex 42 C BB 41 5E 0 1B 103 58 27
Octal 102 14 273 101 136 0 33 403 130 47
Binary 1000010 1100 10111011 1000001 1011110 0 11011 100000011 1011000 100111

Color Harmonies of #420CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420CBB

Black with #420CBB

Text Example


Text Example

White with #420CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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