Html Css Color HEX #4D1BAA Purple Heart

📋 copy color: '#4D1BAA'

red 77 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #4D1BAA

Tints of Purple Heart #4D1BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.85%

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

R = 28.1%
G = 9.85%
B = 62.04%

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

#4D1BAA (or 0x4D1BAA) is known color: Purple Heart. HEX triplet: 4D, 1B and AA. RGB value is (77,27,170). Sum of RGB (Red+Green+Blue) = 77+27+170=274 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.10% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D1BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1BAA is #B2E455. Grayscale: #393939. Windows color (decimal): -11723862 or 11148109. OLE color: 11148109.

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

Color convert

RGB 77 27 170 -
CMYK 0.55 0.84 0 0.33
HSL 260.98º 0.73% 0.39% -
HSV(B) 260.98º 0.84% 0.67% -
XYZ 10.71 5.26 38.48 -
YUV 58.25 191.07 141.37 -
System Red Green Blue C M Y K H S L
Decimal 77 27 170 0.55 0.84 0 0.33 260.98 0.73 0.39
Hex 4D 1B AA 37 54 0 21 105 49 27
Octal 115 33 252 67 124 0 41 405 111 47
Binary 1001101 11011 10101010 110111 1010100 0 100001 100000101 1001001 100111

Color Harmonies of #4D1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1BAA

Black with #4D1BAA

Text Example


Text Example

White with #4D1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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