Html Css Color HEX #421EAF Purple Heart

📋 copy color: '#421EAF'

red 66 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #421EAF

Tints of Purple Heart #421EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 24.35%
G = 11.07%
B = 64.58%

CMYK

 C value IS 0.62

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#421EAF (or 0x421EAF) is known color: Purple Heart. HEX triplet: 42, 1E and AF. RGB value is (66,30,175). Sum of RGB (Red+Green+Blue) = 66+30+175=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 175 (68.75% from 255 or 64.58% from 271); Max value from RGB is 175 - color contains mainly: blue. Hex color #421EAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421EAF is #BDE150. Grayscale: #383838. Windows color (decimal): -12443985 or 11476546. OLE color: 11476546.

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

Color convert

RGB 66 30 175 -
CMYK 0.62 0.83 0 0.31
HSL 254.9º 0.71% 0.4% -
HSV(B) 254.9º 0.83% 0.69% -
XYZ 10.45 5.18 41.01 -
YUV 57.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 66 30 175 0.62 0.83 0 0.31 254.9 0.71 0.4
Hex 42 1E AF 3E 53 0 1F FF 47 28
Octal 102 36 257 76 123 0 37 377 107 50
Binary 1000010 11110 10101111 111110 1010011 0 11111 11111111 1000111 101000

Color Harmonies of #421EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421EAF

Black with #421EAF

Text Example


Text Example

White with #421EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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