Html Css Color HEX #4D1257 Hot Purple

📋 copy color: '#4D1257'

red 77 ◦ green 18 ◦ blue 87

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

Shades of Hot Purple #4D1257

Tints of Hot Purple #4D1257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

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

R = 42.31%
G = 9.89%
B = 47.8%

CMYK

 C value IS 0.11

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4D1257 (or 0x4D1257) is known color: Hot Purple. HEX triplet: 4D, 12 and 57. RGB value is (77,18,87). Sum of RGB (Red+Green+Blue) = 77+18+87=182 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.31% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 87 (34.38% from 255 or 47.80% from 182); Max value from RGB is 87 - color contains mainly: blue. Hex color #4D1257 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1257 is #B2EDA8. Grayscale: #2B2B2B. Windows color (decimal): -11726249 or 5706317. OLE color: 5706317.

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

Color convert

RGB 77 18 87 -
CMYK 0.11 0.79 0 0.66
HSL 291.3º 0.66% 0.21% -
HSV(B) 291.3º 0.79% 0.34% -
XYZ 5 2.7 9.27 -
YUV 43.51 152.55 151.89 -
System Red Green Blue C M Y K H S L
Decimal 77 18 87 0.11 0.79 0 0.66 291.3 0.66 0.21
Hex 4D 12 57 B 4F 0 42 123 42 15
Octal 115 22 127 13 117 0 102 443 102 25
Binary 1001101 10010 1010111 1011 1001111 0 1000010 100100011 1000010 10101

Color Harmonies of #4D1257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1257

Black with #4D1257

Text Example


Text Example

White with #4D1257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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