Html Css Color HEX #4911AE Purple Heart

📋 copy color: '#4911AE'

red 73 ◦ green 17 ◦ blue 174

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

Shades of Purple Heart #4911AE

Tints of Purple Heart #4911AE

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 27.65%
G = 6.44%
B = 65.91%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4911AE (or 0x4911AE) is known color: Purple Heart. HEX triplet: 49, 11 and AE. RGB value is (73,17,174). Sum of RGB (Red+Green+Blue) = 73+17+174=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #4911AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4911AE is #B6EE51. Grayscale: #333333. Windows color (decimal): -11988562 or 11407689. OLE color: 11407689.

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

Color convert

RGB 73 17 174 -
CMYK 0.58 0.90 0 0.32
HSL 261.4º 0.82% 0.37% -
HSV(B) 261.4º 0.9% 0.68% -
XYZ 10.59 4.87 40.43 -
YUV 51.64 197.05 143.23 -
System Red Green Blue C M Y K H S L
Decimal 73 17 174 0.58 0.90 0 0.32 261.4 0.82 0.37
Hex 49 11 AE 3A 5A 0 20 105 52 25
Octal 111 21 256 72 132 0 40 405 122 45
Binary 1001001 10001 10101110 111010 1011010 0 100000 100000101 1010010 100101

Color Harmonies of #4911AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4911AE

Black with #4911AE

Text Example


Text Example

White with #4911AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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