Html Css Color HEX #421FAE Purple Heart

📋 copy color: '#421FAE'

red 66 ◦ green 31 ◦ blue 174

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

Shades of Purple Heart #421FAE

Tints of Purple Heart #421FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

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

R = 24.35%
G = 11.44%
B = 64.21%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#421FAE (or 0x421FAE) is known color: Purple Heart. HEX triplet: 42, 1F and AE. RGB value is (66,31,174). Sum of RGB (Red+Green+Blue) = 66+31+174=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #421FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421FAE is #BDE051. Grayscale: #393939. Windows color (decimal): -12443730 or 11411266. OLE color: 11411266.

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

Color convert

RGB 66 31 174 -
CMYK 0.62 0.82 0 0.32
HSL 254.69º 0.7% 0.4% -
HSV(B) 254.69º 0.82% 0.68% -
XYZ 10.38 5.19 40.5 -
YUV 57.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 66 31 174 0.62 0.82 0 0.32 254.69 0.7 0.4
Hex 42 1F AE 3E 52 0 20 FF 46 28
Octal 102 37 256 76 122 0 40 377 106 50
Binary 1000010 11111 10101110 111110 1010010 0 100000 11111111 1000110 101000

Color Harmonies of #421FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FAE

Black with #421FAE

Text Example


Text Example

White with #421FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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