Html Css Color HEX #4D1CAC Purple Heart

📋 copy color: '#4D1CAC'

red 77 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #4D1CAC

Tints of Purple Heart #4D1CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 27.8%
G = 10.11%
B = 62.09%

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

#4D1CAC (or 0x4D1CAC) is known color: Purple Heart. HEX triplet: 4D, 1C and AC. RGB value is (77,28,172). Sum of RGB (Red+Green+Blue) = 77+28+172=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D1CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1CAC is #B2E353. Grayscale: #3A3A3A. Windows color (decimal): -11723604 or 11279437. OLE color: 11279437.

HSL color Cylindrical-coordinate representation of color #4D1CAC: hue angle of 260.42º 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 #4D1CAC is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 28 172 -
CMYK 0.55 0.84 0 0.33
HSL 260.42º 0.72% 0.39% -
HSV(B) 260.42º 0.84% 0.67% -
XYZ 10.92 5.39 39.49 -
YUV 59.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 77 28 172 0.55 0.84 0 0.33 260.42 0.72 0.39
Hex 4D 1C AC 37 54 0 21 104 48 27
Octal 115 34 254 67 124 0 41 404 110 47
Binary 1001101 11100 10101100 110111 1010100 0 100001 100000100 1001000 100111

Color Harmonies of #4D1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CAC

Black with #4D1CAC

Text Example


Text Example

White with #4D1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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