Html Css Color HEX #4D0DB7 Purple Heart

📋 copy color: '#4D0DB7'

red 77 ◦ green 13 ◦ blue 183

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

Shades of Purple Heart #4D0DB7

Tints of Purple Heart #4D0DB7

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.76%

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

R = 28.21%
G = 4.76%
B = 67.03%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4D0DB7 (or 0x4D0DB7) is known color: Purple Heart. HEX triplet: 4D, 0D and B7. RGB value is (77,13,183). Sum of RGB (Red+Green+Blue) = 77+13+183=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 183 (71.88% from 255 or 67.03% from 273); Max value from RGB is 183 - color contains mainly: blue. Hex color #4D0DB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D0DB7 is #B2F248. Grayscale: #323232. Windows color (decimal): -11727433 or 11996493. OLE color: 11996493.

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

Color convert

RGB 77 13 183 -
CMYK 0.58 0.93 0 0.28
HSL 262.59º 0.87% 0.38% -
HSV(B) 262.59º 0.93% 0.72% -
XYZ 11.75 5.28 45.2 -
YUV 51.52 202.2 146.18 -
System Red Green Blue C M Y K H S L
Decimal 77 13 183 0.58 0.93 0 0.28 262.59 0.87 0.38
Hex 4D D B7 3A 5D 0 1C 107 57 26
Octal 115 15 267 72 135 0 34 407 127 46
Binary 1001101 1101 10110111 111010 1011101 0 11100 100000111 1010111 100110

Color Harmonies of #4D0DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0DB7

Black with #4D0DB7

Text Example


Text Example

White with #4D0DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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