Html Css Color HEX #420FAE Purple Heart

📋 copy color: '#420FAE'

red 66 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #420FAE

Tints of Purple Heart #420FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.88%

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 25.88%
G = 5.88%
B = 68.24%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#420FAE (or 0x420FAE) is known color: Purple Heart. HEX triplet: 42, 0F and AE. RGB value is (66,15,174). Sum of RGB (Red+Green+Blue) = 66+15+174=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #420FAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420FAE is #BDF051. Grayscale: #2F2F2F. Windows color (decimal): -12447826 or 11407170. OLE color: 11407170.

HSL color Cylindrical-coordinate representation of color #420FAE: hue angle of 259.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420FAE is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 15 174 -
CMYK 0.62 0.91 0 0.32
HSL 259.25º 0.84% 0.37% -
HSV(B) 259.25º 0.91% 0.68% -
XYZ 10.06 4.56 40.39 -
YUV 48.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 66 15 174 0.62 0.91 0 0.32 259.25 0.84 0.37
Hex 42 F AE 3E 5B 0 20 103 54 25
Octal 102 17 256 76 133 0 40 403 124 45
Binary 1000010 1111 10101110 111110 1011011 0 100000 100000011 1010100 100101

Color Harmonies of #420FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420FAE

Black with #420FAE

Text Example


Text Example

White with #420FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,15,174); }

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

background-color css

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

 a { background-color: rgb(66,15,174); }

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

border-color css

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

 span { border-color: rgb(66,15,174); }

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