Html Css Color HEX #4220AF Purple Heart

📋 copy color: '#4220AF'

red 66 ◦ green 32 ◦ blue 175

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

Shades of Purple Heart #4220AF

Tints of Purple Heart #4220AF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.72%

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

R = 24.18%
G = 11.72%
B = 64.1%

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

#4220AF (or 0x4220AF) is known color: Purple Heart. HEX triplet: 42, 20 and AF. RGB value is (66,32,175). Sum of RGB (Red+Green+Blue) = 66+32+175=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 175 (68.75% from 255 or 64.10% from 273); Max value from RGB is 175 - color contains mainly: blue. Hex color #4220AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4220AF is #BDDF50. Grayscale: #393939. Windows color (decimal): -12443473 or 11477058. OLE color: 11477058.

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

Color convert

RGB 66 32 175 -
CMYK 0.62 0.82 0 0.31
HSL 254.27º 0.69% 0.41% -
HSV(B) 254.27º 0.82% 0.69% -
XYZ 10.5 5.29 41.02 -
YUV 58.47 193.76 133.37 -
System Red Green Blue C M Y K H S L
Decimal 66 32 175 0.62 0.82 0 0.31 254.27 0.69 0.41
Hex 42 20 AF 3E 52 0 1F FE 45 29
Octal 102 40 257 76 122 0 37 376 105 51
Binary 1000010 100000 10101111 111110 1010010 0 11111 11111110 1000101 101001

Color Harmonies of #4220AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4220AF

Black with #4220AF

Text Example


Text Example

White with #4220AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4220AF; }

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

 H1.HeaderClassName
 {
   color: #4220AF;
 }
 .AnyTagClassName
 {
   color: #4220AF;
 }
</style>

background-color css

<style>
 a { background-color: #4220AF; }

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

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

border-color css

<style>
 span { border-color: #4220AF; }

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

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