Html Css Color HEX #4912AA Purple Heart

📋 copy color: '#4912AA'

red 73 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #4912AA

Tints of Purple Heart #4912AA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 27.97%
G = 6.9%
B = 65.13%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4912AA (or 0x4912AA) is known color: Purple Heart. HEX triplet: 49, 12 and AA. RGB value is (73,18,170). Sum of RGB (Red+Green+Blue) = 73+18+170=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #4912AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4912AA is #B6ED55. Grayscale: #333333. Windows color (decimal): -11988310 or 11145801. OLE color: 11145801.

HSL color Cylindrical-coordinate representation of color #4912AA: hue angle of 261.71º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4912AA is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 18 170 -
CMYK 0.57 0.89 0 0.33
HSL 261.71º 0.81% 0.37% -
HSV(B) 261.71º 0.89% 0.67% -
XYZ 10.22 4.75 38.41 -
YUV 51.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 73 18 170 0.57 0.89 0 0.33 261.71 0.81 0.37
Hex 49 12 AA 39 59 0 21 106 51 25
Octal 111 22 252 71 131 0 41 406 121 45
Binary 1001001 10010 10101010 111001 1011001 0 100001 100000110 1010001 100101

Color Harmonies of #4912AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912AA

Black with #4912AA

Text Example


Text Example

White with #4912AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4912AA; }

 p { color: rgb(73,18,170); }

 H1.HeaderClassName
 {
   color: #4912AA;
 }
 .AnyTagClassName
 {
   color: #4912AA;
 }
</style>

background-color css

<style>
 a { background-color: #4912AA; }

 a { background-color: rgb(73,18,170); }

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

border-color css

<style>
 span { border-color: #4912AA; }

 span { border-color: rgb(73,18,170); }

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