#4D135A

Color #4D135A Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4D135A

Tints of Hot Purple #4D135A

Color information

#4D135A (or 0x4D135A) is unknown color: approx Hot Purple. HEX triplet: 4D, 13 and 5A. RGB value is (77,19,90). Sum of RGB (Red+Green+Blue) = 77+19+90=186 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.40% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 90 (35.55% from 255 or 48.39% from 186); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D135A is #B2ECA5. Grayscale: #2C2C2C. Windows color (decimal): -11725990 or 5903181. OLE color: 5903181.

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

Color convert

RGB771990-
CMYK0.140.7900.65
HSL289.01º65.14%21.37%-
HSV(B)289.01º78.89%35.29%-
XYZ5.142.789.94-
YUV44.44153.72151.23-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.40%
GREEN value IS 19 (7.81% from 255) = 10.22%
BLUE value IS 90 (35.55% from 255) = 48.39%
R=41.40%
G=10.22%
B=48.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7719900.140.7900.65289.0165.1421.37
Hex4D135AE4F0411214115
Octal1152313216117010144110125
Binary10011011001110110101110100111101000001100100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,19,90); }

 H1.HeaderClassName
 {
   color: #4D135A;
 }
 .AnyTagClassName
 {
   color: #4D135A;
 }
</style>
background-color css

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

 a { background-color: rgb(77,19,90); }

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

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

 span { border-color: rgb(77,19,90); }

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