Html Css Color HEX #421FAF Purple Heart

📋 copy color: '#421FAF'

red 66 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #421FAF

Tints of Purple Heart #421FAF

RGB

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

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

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

R = 24.26%
G = 11.4%
B = 64.34%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#421FAF (or 0x421FAF) is known color: Purple Heart. HEX triplet: 42, 1F and AF. RGB value is (66,31,175). Sum of RGB (Red+Green+Blue) = 66+31+175=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #421FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421FAF is #BDE050. Grayscale: #393939. Windows color (decimal): -12443729 or 11476802. OLE color: 11476802.

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

Color convert

RGB 66 31 175 -
CMYK 0.62 0.82 0 0.31
HSL 254.58º 0.7% 0.4% -
HSV(B) 254.58º 0.82% 0.69% -
XYZ 10.47 5.23 41.02 -
YUV 57.88 194.1 133.79 -
System Red Green Blue C M Y K H S L
Decimal 66 31 175 0.62 0.82 0 0.31 254.58 0.7 0.4
Hex 42 1F AF 3E 52 0 1F FF 46 28
Octal 102 37 257 76 122 0 37 377 106 50
Binary 1000010 11111 10101111 111110 1010010 0 11111 11111111 1000110 101000

Color Harmonies of #421FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FAF

Black with #421FAF

Text Example


Text Example

White with #421FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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