Html Css Color HEX #4D1AAD Purple Heart

📋 copy color: '#4D1AAD'

red 77 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #4D1AAD

Tints of Purple Heart #4D1AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.68%

R = 27.9%
G = 9.42%
B = 62.68%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D1AAD (or 0x4D1AAD) is known color: Purple Heart. HEX triplet: 4D, 1A and AD. RGB value is (77,26,173). Sum of RGB (Red+Green+Blue) = 77+26+173=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 173 (67.97% from 255 or 62.68% from 276); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D1AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1AAD is #B2E552. Grayscale: #393939. Windows color (decimal): -11724115 or 11344461. OLE color: 11344461.

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

Color convert

RGB 77 26 173 -
CMYK 0.55 0.85 0 0.32
HSL 260.82º 0.74% 0.39% -
HSV(B) 260.82º 0.85% 0.68% -
XYZ 10.97 5.33 39.99 -
YUV 58.01 192.9 141.55 -
System Red Green Blue C M Y K H S L
Decimal 77 26 173 0.55 0.85 0 0.32 260.82 0.74 0.39
Hex 4D 1A AD 37 55 0 20 105 4A 27
Octal 115 32 255 67 125 0 40 405 112 47
Binary 1001101 11010 10101101 110111 1010101 0 100000 100000101 1001010 100111

Color Harmonies of #4D1AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1AAD

Black with #4D1AAD

Text Example


Text Example

White with #4D1AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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