Html Css Color HEX #4D1BAD Purple Heart

📋 copy color: '#4D1BAD'

red 77 ◦ green 27 ◦ blue 173

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

Shades of Purple Heart #4D1BAD

Tints of Purple Heart #4D1BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 62.45%

R = 27.8%
G = 9.75%
B = 62.45%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D1BAD (or 0x4D1BAD) is known color: Purple Heart. HEX triplet: 4D, 1B and AD. RGB value is (77,27,173). Sum of RGB (Red+Green+Blue) = 77+27+173=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D1BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D1BAD is #B2E452. Grayscale: #3A3A3A. Windows color (decimal): -11723859 or 11344717. OLE color: 11344717.

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

Color convert

RGB 77 27 173 -
CMYK 0.55 0.84 0 0.32
HSL 260.55º 0.73% 0.39% -
HSV(B) 260.55º 0.84% 0.68% -
XYZ 11 5.38 39.99 -
YUV 58.59 192.57 141.13 -
System Red Green Blue C M Y K H S L
Decimal 77 27 173 0.55 0.84 0 0.32 260.55 0.73 0.39
Hex 4D 1B AD 37 54 0 20 105 49 27
Octal 115 33 255 67 124 0 40 405 111 47
Binary 1001101 11011 10101101 110111 1010100 0 100000 100000101 1001001 100111

Color Harmonies of #4D1BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1BAD

Black with #4D1BAD

Text Example


Text Example

White with #4D1BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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