Html Css Color HEX #4D11AA Purple Heart

📋 copy color: '#4D11AA'

red 77 ◦ green 17 ◦ blue 170

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

Shades of Purple Heart #4D11AA

Tints of Purple Heart #4D11AA

RGB

 RED value IS 77 (30.47% from 255) = 29.17%

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

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

R = 29.17%
G = 6.44%
B = 64.39%

CMYK

 C value IS 0.55

 M value IS 0.9

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D11AA (or 0x4D11AA) is known color: Purple Heart. HEX triplet: 4D, 11 and AA. RGB value is (77,17,170). Sum of RGB (Red+Green+Blue) = 77+17+170=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D11AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D11AA is #B2EE55. Grayscale: #333333. Windows color (decimal): -11726422 or 11145549. OLE color: 11145549.

HSL color Cylindrical-coordinate representation of color #4D11AA: hue angle of 263.53º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D11AA is Cyan = 0.55, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 17 170 -
CMYK 0.55 0.9 0 0.33
HSL 263.53º 0.82% 0.37% -
HSV(B) 263.53º 0.9% 0.67% -
XYZ 10.52 4.88 38.42 -
YUV 52.38 194.38 145.56 -
System Red Green Blue C M Y K H S L
Decimal 77 17 170 0.55 0.9 0 0.33 263.53 0.82 0.37
Hex 4D 11 AA 37 5A 0 21 108 52 25
Octal 115 21 252 67 132 0 41 410 122 45
Binary 1001101 10001 10101010 110111 1011010 0 100001 100001000 1010010 100101

Color Harmonies of #4D11AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D11AA

Black with #4D11AA

Text Example


Text Example

White with #4D11AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,17,170); }

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

background-color css

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

 a { background-color: rgb(77,17,170); }

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

border-color css

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

 span { border-color: rgb(77,17,170); }

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