Html Css Color HEX #4D0C59 Hot Purple

📋 copy color: '#4D0C59'

red 77 ◦ green 12 ◦ blue 89

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

Shades of Hot Purple #4D0C59

Tints of Hot Purple #4D0C59

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.74%

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

R = 43.26%
G = 6.74%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D0C59 (or 0x4D0C59) is known color: Hot Purple. HEX triplet: 4D, 0C and 59. RGB value is (77,12,89). Sum of RGB (Red+Green+Blue) = 77+12+89=178 (23% of max value = 765). Red value is 77 (30.47% from 255 or 43.26% from 178); Green value is 12 (5.08% from 255 or 6.74% from 178); Blue value is 89 (35.16% from 255 or 50% from 178); Max value from RGB is 89 - color contains mainly: blue. Hex color #4D0C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0C59 is #B2F3A6. Grayscale: #272727. Windows color (decimal): -11727783 or 5835853. OLE color: 5835853.

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

Color convert

RGB 77 12 89 -
CMYK 0.13 0.87 0 0.65
HSL 290.65º 0.76% 0.2% -
HSV(B) 290.65º 0.87% 0.35% -
XYZ 5 2.56 9.68 -
YUV 40.21 155.53 154.24 -
System Red Green Blue C M Y K H S L
Decimal 77 12 89 0.13 0.87 0 0.65 290.65 0.76 0.2
Hex 4D C 59 D 57 0 41 123 4C 14
Octal 115 14 131 15 127 0 101 443 114 24
Binary 1001101 1100 1011001 1101 1010111 0 1000001 100100011 1001100 10100

Color Harmonies of #4D0C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0C59

Black with #4D0C59

Text Example


Text Example

White with #4D0C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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