Html Css Color HEX #4D1CAA Purple Heart

📋 copy color: '#4D1CAA'

red 77 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #4D1CAA

Tints of Purple Heart #4D1CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 61.82%

R = 28%
G = 10.18%
B = 61.82%

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

#4D1CAA (or 0x4D1CAA) is known color: Purple Heart. HEX triplet: 4D, 1C and AA. RGB value is (77,28,170). Sum of RGB (Red+Green+Blue) = 77+28+170=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 170 (66.80% from 255 or 61.82% from 275); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1CAA is #B2E355. Grayscale: #3A3A3A. Windows color (decimal): -11723606 or 11148365. OLE color: 11148365.

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

Color convert

RGB 77 28 170 -
CMYK 0.55 0.84 0 0.33
HSL 260.7º 0.72% 0.39% -
HSV(B) 260.7º 0.84% 0.67% -
XYZ 10.73 5.31 38.49 -
YUV 58.84 190.73 140.95 -
System Red Green Blue C M Y K H S L
Decimal 77 28 170 0.55 0.84 0 0.33 260.7 0.72 0.39
Hex 4D 1C AA 37 54 0 21 105 48 27
Octal 115 34 252 67 124 0 41 405 110 47
Binary 1001101 11100 10101010 110111 1010100 0 100001 100000101 1001000 100111

Color Harmonies of #4D1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CAA

Black with #4D1CAA

Text Example


Text Example

White with #4D1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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