Html Css Color HEX #4D0F59 Hot Purple

📋 copy color: '#4D0F59'

red 77 ◦ green 15 ◦ blue 89

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

Shades of Hot Purple #4D0F59

Tints of Hot Purple #4D0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.29%

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 42.54%
G = 8.29%
B = 49.17%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D0F59 (or 0x4D0F59) is known color: Hot Purple. HEX triplet: 4D, 0F and 59. RGB value is (77,15,89). Sum of RGB (Red+Green+Blue) = 77+15+89=181 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.54% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D0F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0F59 is #B2F0A6. Grayscale: #292929. Windows color (decimal): -11727015 or 5836621. OLE color: 5836621.

HSL color Cylindrical-coordinate representation of color #4D0F59: hue angle of 290.27º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D0F59 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 77 15 89 -
CMYK 0.13 0.83 0 0.65
HSL 290.27º 0.71% 0.2% -
HSV(B) 290.27º 0.83% 0.35% -
XYZ 5.03 2.64 9.7 -
YUV 41.97 154.54 152.98 -
System Red Green Blue C M Y K H S L
Decimal 77 15 89 0.13 0.83 0 0.65 290.27 0.71 0.2
Hex 4D F 59 D 53 0 41 122 47 14
Octal 115 17 131 15 123 0 101 442 107 24
Binary 1001101 1111 1011001 1101 1010011 0 1000001 100100010 1000111 10100

Color Harmonies of #4D0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0F59

Black with #4D0F59

Text Example


Text Example

White with #4D0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,15,89); }

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

background-color css

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

 a { background-color: rgb(77,15,89); }

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

border-color css

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

 span { border-color: rgb(77,15,89); }

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