Html Css Color HEX #4D0EAB Purple Heart

📋 copy color: '#4D0EAB'

red 77 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #4D0EAB

Tints of Purple Heart #4D0EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

 BLUE value IS 171 (67.19% from 255) = 65.27%

R = 29.39%
G = 5.34%
B = 65.27%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D0EAB (or 0x4D0EAB) is known color: Purple Heart. HEX triplet: 4D, 0E and AB. RGB value is (77,14,171). Sum of RGB (Red+Green+Blue) = 77+14+171=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D0EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0EAB is #B2F154. Grayscale: #323232. Windows color (decimal): -11727189 or 11210317. OLE color: 11210317.

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

Color convert

RGB 77 14 171 -
CMYK 0.55 0.92 0 0.33
HSL 264.08º 0.85% 0.36% -
HSV(B) 264.08º 0.92% 0.67% -
XYZ 10.57 4.83 38.9 -
YUV 50.74 195.87 146.73 -
System Red Green Blue C M Y K H S L
Decimal 77 14 171 0.55 0.92 0 0.33 264.08 0.85 0.36
Hex 4D E AB 37 5C 0 21 108 55 24
Octal 115 16 253 67 134 0 41 410 125 44
Binary 1001101 1110 10101011 110111 1011100 0 100001 100001000 1010101 100100

Color Harmonies of #4D0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0EAB

Black with #4D0EAB

Text Example


Text Example

White with #4D0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,14,171); }

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

background-color css

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

 a { background-color: rgb(77,14,171); }

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

border-color css

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

 span { border-color: rgb(77,14,171); }

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