Html Css Color HEX #4D1CAB Purple Heart

📋 copy color: '#4D1CAB'

red 77 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #4D1CAB

Tints of Purple Heart #4D1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.14%

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

R = 27.9%
G = 10.14%
B = 61.96%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D1CAB (or 0x4D1CAB) is known color: Purple Heart. HEX triplet: 4D, 1C and AB. RGB value is (77,28,171). Sum of RGB (Red+Green+Blue) = 77+28+171=276 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.90% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D1CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1CAB is #B2E354. Grayscale: #3A3A3A. Windows color (decimal): -11723605 or 11213901. OLE color: 11213901.

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

Color convert

RGB 77 28 171 -
CMYK 0.55 0.84 0 0.33
HSL 260.56º 0.72% 0.39% -
HSV(B) 260.56º 0.84% 0.67% -
XYZ 10.83 5.35 38.99 -
YUV 58.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 77 28 171 0.55 0.84 0 0.33 260.56 0.72 0.39
Hex 4D 1C AB 37 54 0 21 105 48 27
Octal 115 34 253 67 124 0 41 405 110 47
Binary 1001101 11100 10101011 110111 1010100 0 100001 100000101 1001000 100111

Color Harmonies of #4D1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CAB

Black with #4D1CAB

Text Example


Text Example

White with #4D1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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