Html Css Color HEX #4A16AA Purple Heart

📋 copy color: '#4A16AA'

red 74 ◦ green 22 ◦ blue 170

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

Shades of Purple Heart #4A16AA

Tints of Purple Heart #4A16AA

RGB

 RED value IS 74 (29.3% from 255) = 27.82%

 GREEN value IS 22 (8.98% from 255) = 8.27%

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 27.82%
G = 8.27%
B = 63.91%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A16AA (or 0x4A16AA) is known color: Purple Heart. HEX triplet: 4A, 16 and AA. RGB value is (74,22,170). Sum of RGB (Red+Green+Blue) = 74+22+170=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A16AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A16AA is #B5E955. Grayscale: #353535. Windows color (decimal): -11921750 or 11146826. OLE color: 11146826.

HSL color Cylindrical-coordinate representation of color #4A16AA: hue angle of 261.08º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A16AA is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 22 170 -
CMYK 0.56 0.87 0 0.33
HSL 261.08º 0.77% 0.38% -
HSV(B) 261.08º 0.87% 0.67% -
XYZ 10.37 4.93 38.44 -
YUV 54.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 74 22 170 0.56 0.87 0 0.33 261.08 0.77 0.38
Hex 4A 16 AA 38 57 0 21 105 4D 26
Octal 112 26 252 70 127 0 41 405 115 46
Binary 1001010 10110 10101010 111000 1010111 0 100001 100000101 1001101 100110

Color Harmonies of #4A16AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A16AA

Black with #4A16AA

Text Example


Text Example

White with #4A16AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A16AA; }

 p { color: rgb(74,22,170); }

 H1.HeaderClassName
 {
   color: #4A16AA;
 }
 .AnyTagClassName
 {
   color: #4A16AA;
 }
</style>

background-color css

<style>
 a { background-color: #4A16AA; }

 a { background-color: rgb(74,22,170); }

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

border-color css

<style>
 span { border-color: #4A16AA; }

 span { border-color: rgb(74,22,170); }

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