Html Css Color HEX #4722AF Purple Heart

📋 copy color: '#4722AF'

red 71 ◦ green 34 ◦ blue 175

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

Shades of Purple Heart #4722AF

Tints of Purple Heart #4722AF

RGB

 RED value IS 71 (28.13% from 255) = 25.36%

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

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

R = 25.36%
G = 12.14%
B = 62.5%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4722AF (or 0x4722AF) is known color: Purple Heart. HEX triplet: 47, 22 and AF. RGB value is (71,34,175). Sum of RGB (Red+Green+Blue) = 71+34+175=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 175 (68.75% from 255 or 62.5% from 280); Max value from RGB is 175 - color contains mainly: blue. Hex color #4722AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4722AF is #B8DD50. Grayscale: #3C3C3C. Windows color (decimal): -12115281 or 11477575. OLE color: 11477575.

HSL color Cylindrical-coordinate representation of color #4722AF: hue angle of 255.74º 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 #4722AF is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 34 175 -
CMYK 0.59 0.81 0 0.31
HSL 255.74º 0.67% 0.41% -
HSV(B) 255.74º 0.81% 0.69% -
XYZ 10.91 5.58 41.06 -
YUV 61.14 192.26 135.04 -
System Red Green Blue C M Y K H S L
Decimal 71 34 175 0.59 0.81 0 0.31 255.74 0.67 0.41
Hex 47 22 AF 3B 51 0 1F 100 43 29
Octal 107 42 257 73 121 0 37 400 103 51
Binary 1000111 100010 10101111 111011 1010001 0 11111 100000000 1000011 101001

Color Harmonies of #4722AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4722AF

Black with #4722AF

Text Example


Text Example

White with #4722AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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