Html Css Color HEX #4D13AE Purple Heart

📋 copy color: '#4D13AE'

red 77 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #4D13AE

Tints of Purple Heart #4D13AE

RGB

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

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

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

R = 28.52%
G = 7.04%
B = 64.44%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D13AE (or 0x4D13AE) is known color: Purple Heart. HEX triplet: 4D, 13 and AE. RGB value is (77,19,174). Sum of RGB (Red+Green+Blue) = 77+19+174=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D13AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D13AE is #B2EC51. Grayscale: #353535. Windows color (decimal): -11725906 or 11408205. OLE color: 11408205.

HSL color Cylindrical-coordinate representation of color #4D13AE: hue angle of 262.45º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D13AE is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 19 174 -
CMYK 0.56 0.89 0 0.32
HSL 262.45º 0.8% 0.38% -
HSV(B) 262.45º 0.89% 0.68% -
XYZ 10.93 5.1 40.45 -
YUV 54.01 195.72 144.4 -
System Red Green Blue C M Y K H S L
Decimal 77 19 174 0.56 0.89 0 0.32 262.45 0.8 0.38
Hex 4D 13 AE 38 59 0 20 106 50 26
Octal 115 23 256 70 131 0 40 406 120 46
Binary 1001101 10011 10101110 111000 1011001 0 100000 100000110 1010000 100110

Color Harmonies of #4D13AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D13AE

Black with #4D13AE

Text Example


Text Example

White with #4D13AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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