Html Css Color HEX #4D0057 Hot Purple

📋 copy color: '#4D0057'

red 77 ◦ green 0 ◦ blue 87

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

Shades of Hot Purple #4D0057

Tints of Hot Purple #4D0057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 53.05%

R = 46.95%
G = 0%
B = 53.05%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4D0057 (or 0x4D0057) is known color: Hot Purple. HEX triplet: 4D, 00 and 57. RGB value is (77,0,87). Sum of RGB (Red+Green+Blue) = 77+0+87=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #4D0057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0057 is #B2FFA8. Grayscale: #202020. Windows color (decimal): -11730857 or 5701709. OLE color: 5701709.

HSL color Cylindrical-coordinate representation of color #4D0057: hue angle of 293.1º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0057 is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 77 0 87 -
CMYK 0.11 1 0 0.66
HSL 293.1º 1% 0.17% -
HSV(B) 293.1º 1% 0.34% -
XYZ 4.78 2.27 9.2 -
YUV 32.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 77 0 87 0.11 1 0 0.66 293.1 1 0.17
Hex 4D 0 57 B 64 0 42 125 64 11
Octal 115 0 127 13 144 0 102 445 144 21
Binary 1001101 0 1010111 1011 1100100 0 1000010 100100101 1100100 10001

Color Harmonies of #4D0057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D0057

Black with #4D0057

Text Example


Text Example

White with #4D0057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,0,87); }

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

background-color css

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

 a { background-color: rgb(77,0,87); }

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

border-color css

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

 span { border-color: rgb(77,0,87); }

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