Html Css Color HEX #4D13AA Purple Heart

📋 copy color: '#4D13AA'

red 77 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #4D13AA

Tints of Purple Heart #4D13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.14%

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

R = 28.95%
G = 7.14%
B = 63.91%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D13AA (or 0x4D13AA) is known color: Purple Heart. HEX triplet: 4D, 13 and AA. RGB value is (77,19,170). Sum of RGB (Red+Green+Blue) = 77+19+170=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 19 (7.81% from 255 or 7.14% 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 #4D13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D13AA is #B2EC55. Grayscale: #353535. Windows color (decimal): -11725910 or 11146061. OLE color: 11146061.

HSL color Cylindrical-coordinate representation of color #4D13AA: hue angle of 263.05º degrees, saturation: 0.8, 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 #4D13AA is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 19 170 -
CMYK 0.55 0.89 0 0.33
HSL 263.05º 0.8% 0.37% -
HSV(B) 263.05º 0.89% 0.67% -
XYZ 10.55 4.95 38.43 -
YUV 53.56 193.72 144.72 -
System Red Green Blue C M Y K H S L
Decimal 77 19 170 0.55 0.89 0 0.33 263.05 0.8 0.37
Hex 4D 13 AA 37 59 0 21 107 50 25
Octal 115 23 252 67 131 0 41 407 120 45
Binary 1001101 10011 10101010 110111 1011001 0 100001 100000111 1010000 100101

Color Harmonies of #4D13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D13AA

Black with #4D13AA

Text Example


Text Example

White with #4D13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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