Html Css Color HEX #4D1EAB Purple Heart

📋 copy color: '#4D1EAB'

red 77 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #4D1EAB

Tints of Purple Heart #4D1EAB

RGB

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

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

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

R = 27.7%
G = 10.79%
B = 61.51%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D1EAB (or 0x4D1EAB) is known color: Purple Heart. HEX triplet: 4D, 1E and AB. RGB value is (77,30,171). Sum of RGB (Red+Green+Blue) = 77+30+171=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D1EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1EAB is #B2E154. Grayscale: #3B3B3B. Windows color (decimal): -11723093 or 11214413. OLE color: 11214413.

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

Color convert

RGB 77 30 171 -
CMYK 0.55 0.82 0 0.33
HSL 260º 0.7% 0.39% -
HSV(B) 260º 0.82% 0.67% -
XYZ 10.88 5.45 39.01 -
YUV 60.13 190.57 140.04 -
System Red Green Blue C M Y K H S L
Decimal 77 30 171 0.55 0.82 0 0.33 260 0.7 0.39
Hex 4D 1E AB 37 52 0 21 104 46 27
Octal 115 36 253 67 122 0 41 404 106 47
Binary 1001101 11110 10101011 110111 1010010 0 100001 100000100 1000110 100111

Color Harmonies of #4D1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EAB

Black with #4D1EAB

Text Example


Text Example

White with #4D1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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