Html Css Color HEX #4222AF Purple Heart

📋 copy color: '#4222AF'

red 66 ◦ green 34 ◦ blue 175

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

Shades of Purple Heart #4222AF

Tints of Purple Heart #4222AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

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

R = 24%
G = 12.36%
B = 63.64%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4222AF (or 0x4222AF) is known color: Purple Heart. HEX triplet: 42, 22 and AF. RGB value is (66,34,175). Sum of RGB (Red+Green+Blue) = 66+34+175=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #4222AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4222AF is #BDDD50. Grayscale: #3B3B3B. Windows color (decimal): -12442961 or 11477570. OLE color: 11477570.

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

Color convert

RGB 66 34 175 -
CMYK 0.62 0.81 0 0.31
HSL 253.62º 0.67% 0.41% -
HSV(B) 253.62º 0.81% 0.69% -
XYZ 10.56 5.4 41.04 -
YUV 59.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 66 34 175 0.62 0.81 0 0.31 253.62 0.67 0.41
Hex 42 22 AF 3E 51 0 1F FE 43 29
Octal 102 42 257 76 121 0 37 376 103 51
Binary 1000010 100010 10101111 111110 1010001 0 11111 11111110 1000011 101001

Color Harmonies of #4222AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4222AF

Black with #4222AF

Text Example


Text Example

White with #4222AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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