Html Css Color HEX #420ABA Purple Heart

📋 copy color: '#420ABA'

red 66 ◦ green 10 ◦ blue 186

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

Shades of Purple Heart #420ABA

Tints of Purple Heart #420ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 70.99%

R = 25.19%
G = 3.82%
B = 70.99%

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

#420ABA (or 0x420ABA) is known color: Purple Heart. HEX triplet: 42, 0A and BA. RGB value is (66,10,186). Sum of RGB (Red+Green+Blue) = 66+10+186=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 186 (73.05% from 255 or 70.99% from 262); Max value from RGB is 186 - color contains mainly: blue. Hex color #420ABA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ABA is #BDF545. Grayscale: #2E2E2E. Windows color (decimal): -12449094 or 12192322. OLE color: 12192322.

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

Color convert

RGB 66 10 186 -
CMYK 0.65 0.95 0 0.27
HSL 259.09º 0.9% 0.38% -
HSV(B) 259.09º 0.95% 0.73% -
XYZ 11.22 4.92 46.81 -
YUV 46.81 206.55 141.69 -
System Red Green Blue C M Y K H S L
Decimal 66 10 186 0.65 0.95 0 0.27 259.09 0.9 0.38
Hex 42 A BA 41 5F 0 1B 103 5A 26
Octal 102 12 272 101 137 0 33 403 132 46
Binary 1000010 1010 10111010 1000001 1011111 0 11011 100000011 1011010 100110

Color Harmonies of #420ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420ABA

Black with #420ABA

Text Example


Text Example

White with #420ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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