Html Css Color HEX #4D1AAB Purple Heart

📋 copy color: '#4D1AAB'

red 77 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #4D1AAB

Tints of Purple Heart #4D1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

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

R = 28.1%
G = 9.49%
B = 62.41%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D1AAB (or 0x4D1AAB) is known color: Purple Heart. HEX triplet: 4D, 1A and AB. RGB value is (77,26,171). Sum of RGB (Red+Green+Blue) = 77+26+171=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D1AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1AAB is #B2E554. Grayscale: #393939. Windows color (decimal): -11724117 or 11213389. OLE color: 11213389.

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

Color convert

RGB 77 26 171 -
CMYK 0.55 0.85 0 0.33
HSL 261.1º 0.74% 0.39% -
HSV(B) 261.1º 0.85% 0.67% -
XYZ 10.78 5.26 38.97 -
YUV 57.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 77 26 171 0.55 0.85 0 0.33 261.1 0.74 0.39
Hex 4D 1A AB 37 55 0 21 105 4A 27
Octal 115 32 253 67 125 0 41 405 112 47
Binary 1001101 11010 10101011 110111 1010101 0 100001 100000101 1001010 100111

Color Harmonies of #4D1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1AAB

Black with #4D1AAB

Text Example


Text Example

White with #4D1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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