#53115C

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

Shades of Hot Purple #53115C

Tints of Hot Purple #53115C

Color information

#53115C (or 0x53115C) is unknown color: approx Hot Purple. HEX triplet: 53, 11 and 5C. RGB value is (83,17,92). Sum of RGB (Red+Green+Blue) = 83+17+92=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #53115C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53115C is #ACEEA3. Grayscale: #2D2D2D. Windows color (decimal): -11333284 or 6033747. OLE color: 6033747.

HSL color Cylindrical-coordinate representation of color #53115C: hue angle of 292.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53115C is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB831792-
CMYK0.100.8200.64
HSL292.8º68.81%21.37%-
HSV(B)292.8º81.52%36.08%-
XYZ5.73.0110.41-
YUV45.28154.37154.9-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.23%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 92 (36.33% from 255) = 47.92%
R=43.23%
G=8.85%
B=47.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8317920.100.8200.64292.868.8121.37
Hex53115CA520401254515
Octal1232113412122010044510525
Binary10100111000110111001010101001001000000100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53115C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53115C; }

 p { color: rgb(83,17,92); }

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

<style>
 a { background-color: #53115C; }

 a { background-color: rgb(83,17,92); }

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

<style>
 span { border-color: #53115C; }

 span { border-color: rgb(83,17,92); }

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