Html Css Color HEX #420AC0 Purple Heart

📋 copy color: '#420AC0'

red 66 ◦ green 10 ◦ blue 192

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

Shades of Purple Heart #420AC0

Tints of Purple Heart #420AC0

RGB

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

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

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

R = 24.63%
G = 3.73%
B = 71.64%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#420AC0 (or 0x420AC0) is known color: Purple Heart. HEX triplet: 42, 0A and C0. RGB value is (66,10,192). Sum of RGB (Red+Green+Blue) = 66+10+192=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 192 (75.39% from 255 or 71.64% from 268); Max value from RGB is 192 - color contains mainly: blue. Hex color #420AC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420AC0 is #BDF53F. Grayscale: #2E2E2E. Windows color (decimal): -12449088 or 12585538. OLE color: 12585538.

HSL color Cylindrical-coordinate representation of color #420AC0: hue angle of 258.46º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420AC0 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 10 192 -
CMYK 0.66 0.95 0 0.25
HSL 258.46º 0.9% 0.4% -
HSV(B) 258.46º 0.95% 0.75% -
XYZ 11.87 5.18 50.24 -
YUV 47.49 209.55 141.2 -
System Red Green Blue C M Y K H S L
Decimal 66 10 192 0.66 0.95 0 0.25 258.46 0.9 0.4
Hex 42 A C0 42 5F 0 19 102 5A 28
Octal 102 12 300 102 137 0 31 402 132 50
Binary 1000010 1010 11000000 1000010 1011111 0 11001 100000010 1011010 101000

Color Harmonies of #420AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420AC0

Black with #420AC0

Text Example


Text Example

White with #420AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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