Html Css Color HEX #4D1EAC Purple Heart

📋 copy color: '#4D1EAC'

red 77 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #4D1EAC

Tints of Purple Heart #4D1EAC

RGB

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

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

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

R = 27.6%
G = 10.75%
B = 61.65%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D1EAC (or 0x4D1EAC) is known color: Purple Heart. HEX triplet: 4D, 1E and AC. RGB value is (77,30,172). Sum of RGB (Red+Green+Blue) = 77+30+172=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D1EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1EAC is #B2E153. Grayscale: #3B3B3B. Windows color (decimal): -11723092 or 11279949. OLE color: 11279949.

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

Color convert

RGB 77 30 172 -
CMYK 0.55 0.83 0 0.33
HSL 259.86º 0.7% 0.4% -
HSV(B) 259.86º 0.83% 0.67% -
XYZ 10.97 5.48 39.51 -
YUV 60.24 191.07 139.95 -
System Red Green Blue C M Y K H S L
Decimal 77 30 172 0.55 0.83 0 0.33 259.86 0.7 0.4
Hex 4D 1E AC 37 53 0 21 104 46 28
Octal 115 36 254 67 123 0 41 404 106 50
Binary 1001101 11110 10101100 110111 1010011 0 100001 100000100 1000110 101000

Color Harmonies of #4D1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1EAC

Black with #4D1EAC

Text Example


Text Example

White with #4D1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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