Html Css Color HEX #420ABB Purple Heart

📋 copy color: '#420ABB'

red 66 ◦ green 10 ◦ blue 187

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

Shades of Purple Heart #420ABB

Tints of Purple Heart #420ABB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

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

R = 25.1%
G = 3.8%
B = 71.1%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#420ABB (or 0x420ABB) is known color: Purple Heart. HEX triplet: 42, 0A and BB. RGB value is (66,10,187). Sum of RGB (Red+Green+Blue) = 66+10+187=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 187 (73.44% from 255 or 71.10% from 263); Max value from RGB is 187 - color contains mainly: blue. Hex color #420ABB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ABB is #BDF544. Grayscale: #2E2E2E. Windows color (decimal): -12449093 or 12257858. OLE color: 12257858.

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

Color convert

RGB 66 10 187 -
CMYK 0.65 0.95 0 0.27
HSL 258.98º 0.9% 0.39% -
HSV(B) 258.98º 0.95% 0.73% -
XYZ 11.32 4.96 47.37 -
YUV 46.92 207.05 141.61 -
System Red Green Blue C M Y K H S L
Decimal 66 10 187 0.65 0.95 0 0.27 258.98 0.9 0.39
Hex 42 A BB 41 5F 0 1B 103 5A 27
Octal 102 12 273 101 137 0 33 403 132 47
Binary 1000010 1010 10111011 1000001 1011111 0 11011 100000011 1011010 100111

Color Harmonies of #420ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420ABB

Black with #420ABB

Text Example


Text Example

White with #420ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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