Html Css Color HEX #4D15AE Purple Heart

📋 copy color: '#4D15AE'

red 77 ◦ green 21 ◦ blue 174

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

Shades of Purple Heart #4D15AE

Tints of Purple Heart #4D15AE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

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

R = 28.31%
G = 7.72%
B = 63.97%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D15AE (or 0x4D15AE) is known color: Purple Heart. HEX triplet: 4D, 15 and AE. RGB value is (77,21,174). Sum of RGB (Red+Green+Blue) = 77+21+174=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D15AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D15AE is #B2EA51. Grayscale: #363636. Windows color (decimal): -11725394 or 11408717. OLE color: 11408717.

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

Color convert

RGB 77 21 174 -
CMYK 0.56 0.88 0 0.32
HSL 261.96º 0.78% 0.38% -
HSV(B) 261.96º 0.88% 0.68% -
XYZ 10.97 5.17 40.46 -
YUV 55.19 195.05 143.56 -
System Red Green Blue C M Y K H S L
Decimal 77 21 174 0.56 0.88 0 0.32 261.96 0.78 0.38
Hex 4D 15 AE 38 58 0 20 106 4E 26
Octal 115 25 256 70 130 0 40 406 116 46
Binary 1001101 10101 10101110 111000 1011000 0 100000 100000110 1001110 100110

Color Harmonies of #4D15AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D15AE

Black with #4D15AE

Text Example


Text Example

White with #4D15AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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