Html Css Color HEX #4912AB Purple Heart

📋 copy color: '#4912AB'

red 73 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #4912AB

Tints of Purple Heart #4912AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 27.86%
G = 6.87%
B = 65.27%

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

#4912AB (or 0x4912AB) is known color: Purple Heart. HEX triplet: 49, 12 and AB. RGB value is (73,18,171). Sum of RGB (Red+Green+Blue) = 73+18+171=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #4912AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4912AB is #B6ED54. Grayscale: #333333. Windows color (decimal): -11988309 or 11211337. OLE color: 11211337.

HSL color Cylindrical-coordinate representation of color #4912AB: hue angle of 261.57º 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 #4912AB is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 18 171 -
CMYK 0.57 0.89 0 0.33
HSL 261.57º 0.81% 0.37% -
HSV(B) 261.57º 0.89% 0.67% -
XYZ 10.31 4.79 38.91 -
YUV 51.89 195.22 143.06 -
System Red Green Blue C M Y K H S L
Decimal 73 18 171 0.57 0.89 0 0.33 261.57 0.81 0.37
Hex 49 12 AB 39 59 0 21 106 51 25
Octal 111 22 253 71 131 0 41 406 121 45
Binary 1001001 10010 10101011 111001 1011001 0 100001 100000110 1010001 100101

Color Harmonies of #4912AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4912AB

Black with #4912AB

Text Example


Text Example

White with #4912AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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