Html Css Color HEX #420ABF Purple Heart

📋 copy color: '#420ABF'

red 66 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #420ABF

Tints of Purple Heart #420ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 71.54%

R = 24.72%
G = 3.75%
B = 71.54%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#420ABF (or 0x420ABF) is known color: Purple Heart. HEX triplet: 42, 0A and BF. RGB value is (66,10,191). Sum of RGB (Red+Green+Blue) = 66+10+191=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #420ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #420ABF is #BDF540. Grayscale: #2E2E2E. Windows color (decimal): -12449089 or 12520002. OLE color: 12520002.

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

Color convert

RGB 66 10 191 -
CMYK 0.65 0.95 0 0.25
HSL 258.56º 0.9% 0.39% -
HSV(B) 258.56º 0.95% 0.75% -
XYZ 11.76 5.14 49.66 -
YUV 47.38 209.05 141.28 -
System Red Green Blue C M Y K H S L
Decimal 66 10 191 0.65 0.95 0 0.25 258.56 0.9 0.39
Hex 42 A BF 41 5F 0 19 103 5A 27
Octal 102 12 277 101 137 0 31 403 132 47
Binary 1000010 1010 10111111 1000001 1011111 0 11001 100000011 1011010 100111

Color Harmonies of #420ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420ABF

Black with #420ABF

Text Example


Text Example

White with #420ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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