Html Css Color HEX #4D0BB7 Purple Heart

📋 copy color: '#4D0BB7'

red 77 ◦ green 11 ◦ blue 183

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

Shades of Purple Heart #4D0BB7

Tints of Purple Heart #4D0BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.06%

 BLUE value IS 183 (71.88% from 255) = 67.53%

R = 28.41%
G = 4.06%
B = 67.53%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4D0BB7 (or 0x4D0BB7) is known color: Purple Heart. HEX triplet: 4D, 0B and B7. RGB value is (77,11,183). Sum of RGB (Red+Green+Blue) = 77+11+183=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 183 (71.88% from 255 or 67.53% from 271); Max value from RGB is 183 - color contains mainly: blue. Hex color #4D0BB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0BB7 is #B2F448. Grayscale: #313131. Windows color (decimal): -11727945 or 11995981. OLE color: 11995981.

HSL color Cylindrical-coordinate representation of color #4D0BB7: hue angle of 263.02º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D0BB7 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 77 11 183 -
CMYK 0.58 0.94 0 0.28
HSL 263.02º 0.89% 0.38% -
HSV(B) 263.02º 0.94% 0.72% -
XYZ 11.73 5.24 45.19 -
YUV 50.34 202.87 147.01 -
System Red Green Blue C M Y K H S L
Decimal 77 11 183 0.58 0.94 0 0.28 263.02 0.89 0.38
Hex 4D B B7 3A 5E 0 1C 107 59 26
Octal 115 13 267 72 136 0 34 407 131 46
Binary 1001101 1011 10110111 111010 1011110 0 11100 100000111 1011001 100110

Color Harmonies of #4D0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0BB7

Black with #4D0BB7

Text Example


Text Example

White with #4D0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,11,183); }

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

background-color css

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

 a { background-color: rgb(77,11,183); }

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

border-color css

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

 span { border-color: rgb(77,11,183); }

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