Html Css Color HEX #421AAF Purple Heart

📋 copy color: '#421AAF'

red 66 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #421AAF

Tints of Purple Heart #421AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

 BLUE value IS 175 (68.75% from 255) = 65.54%

R = 24.72%
G = 9.74%
B = 65.54%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#421AAF (or 0x421AAF) is known color: Purple Heart. HEX triplet: 42, 1A and AF. RGB value is (66,26,175). Sum of RGB (Red+Green+Blue) = 66+26+175=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 175 (68.75% from 255 or 65.54% from 267); Max value from RGB is 175 - color contains mainly: blue. Hex color #421AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421AAF is #BDE550. Grayscale: #363636. Windows color (decimal): -12445009 or 11475522. OLE color: 11475522.

HSL color Cylindrical-coordinate representation of color #421AAF: hue angle of 256.11º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421AAF is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 26 175 -
CMYK 0.62 0.85 0 0.31
HSL 256.11º 0.74% 0.39% -
HSV(B) 256.11º 0.85% 0.69% -
XYZ 10.35 4.99 40.98 -
YUV 54.95 195.75 135.88 -
System Red Green Blue C M Y K H S L
Decimal 66 26 175 0.62 0.85 0 0.31 256.11 0.74 0.39
Hex 42 1A AF 3E 55 0 1F 100 4A 27
Octal 102 32 257 76 125 0 37 400 112 47
Binary 1000010 11010 10101111 111110 1010101 0 11111 100000000 1001010 100111

Color Harmonies of #421AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421AAF

Black with #421AAF

Text Example


Text Example

White with #421AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421AAF; }

 p { color: rgb(66,26,175); }

 H1.HeaderClassName
 {
   color: #421AAF;
 }
 .AnyTagClassName
 {
   color: #421AAF;
 }
</style>

background-color css

<style>
 a { background-color: #421AAF; }

 a { background-color: rgb(66,26,175); }

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

border-color css

<style>
 span { border-color: #421AAF; }

 span { border-color: rgb(66,26,175); }

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