Html Css Color HEX #4D1EAE Purple Heart

📋 copy color: '#4D1EAE'

red 77 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #4D1EAE

Tints of Purple Heart #4D1EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

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

R = 27.4%
G = 10.68%
B = 61.92%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D1EAE (or 0x4D1EAE) is known color: Purple Heart. HEX triplet: 4D, 1E and AE. RGB value is (77,30,174). Sum of RGB (Red+Green+Blue) = 77+30+174=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 174 (68.36% from 255 or 61.92% from 281); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D1EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1EAE is #B2E151. Grayscale: #3B3B3B. Windows color (decimal): -11723090 or 11411021. OLE color: 11411021.

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

Color convert

RGB 77 30 174 -
CMYK 0.56 0.83 0 0.32
HSL 259.58º 0.71% 0.4% -
HSV(B) 259.58º 0.83% 0.68% -
XYZ 11.16 5.56 40.53 -
YUV 60.47 192.07 139.79 -
System Red Green Blue C M Y K H S L
Decimal 77 30 174 0.56 0.83 0 0.32 259.58 0.71 0.4
Hex 4D 1E AE 38 53 0 20 104 47 28
Octal 115 36 256 70 123 0 40 404 107 50
Binary 1001101 11110 10101110 111000 1010011 0 100000 100000100 1000111 101000

Color Harmonies of #4D1EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EAE

Black with #4D1EAE

Text Example


Text Example

White with #4D1EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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