Html Css Color HEX #4920AE Purple Heart

📋 copy color: '#4920AE'

red 73 ◦ green 32 ◦ blue 174

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

Shades of Purple Heart #4920AE

Tints of Purple Heart #4920AE

RGB

 RED value IS 73 (28.91% from 255) = 26.16%

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

 BLUE value IS 174 (68.36% from 255) = 62.37%

R = 26.16%
G = 11.47%
B = 62.37%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4920AE (or 0x4920AE) is known color: Purple Heart. HEX triplet: 49, 20 and AE. RGB value is (73,32,174). Sum of RGB (Red+Green+Blue) = 73+32+174=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 32 (12.89% from 255 or 11.47% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #4920AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4920AE is #B6DF51. Grayscale: #3B3B3B. Windows color (decimal): -11984722 or 11411529. OLE color: 11411529.

HSL color Cylindrical-coordinate representation of color #4920AE: hue angle of 257.32º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4920AE is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 32 174 -
CMYK 0.58 0.82 0 0.32
HSL 257.32º 0.69% 0.4% -
HSV(B) 257.32º 0.82% 0.68% -
XYZ 10.9 5.51 40.53 -
YUV 60.45 192.08 136.95 -
System Red Green Blue C M Y K H S L
Decimal 73 32 174 0.58 0.82 0 0.32 257.32 0.69 0.4
Hex 49 20 AE 3A 52 0 20 101 45 28
Octal 111 40 256 72 122 0 40 401 105 50
Binary 1001001 100000 10101110 111010 1010010 0 100000 100000001 1000101 101000

Color Harmonies of #4920AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920AE

Black with #4920AE

Text Example


Text Example

White with #4920AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4920AE; }

 p { color: rgb(73,32,174); }

 H1.HeaderClassName
 {
   color: #4920AE;
 }
 .AnyTagClassName
 {
   color: #4920AE;
 }
</style>

background-color css

<style>
 a { background-color: #4920AE; }

 a { background-color: rgb(73,32,174); }

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

border-color css

<style>
 span { border-color: #4920AE; }

 span { border-color: rgb(73,32,174); }

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