#57125E

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

Shades of Hot Purple #57125E

Tints of Hot Purple #57125E

Color information

#57125E (or 0x57125E) is unknown color: approx Hot Purple. HEX triplet: 57, 12 and 5E. RGB value is (87,18,94). Sum of RGB (Red+Green+Blue) = 87+18+94=199 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.72% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #57125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57125E is #A8EDA1. Grayscale: #2F2F2F. Windows color (decimal): -11070882 or 6165079. OLE color: 6165079.

HSL color Cylindrical-coordinate representation of color #57125E: hue angle of 294.47º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #57125E is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB871894-
CMYK0.070.8100.63
HSL294.47º67.86%21.96%-
HSV(B)294.47º80.85%36.86%-
XYZ6.173.2710.9-
YUV47.29154.36156.32-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.72%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 94 (37.11% from 255) = 47.24%
R=43.72%
G=9.05%
B=47.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8718940.070.8100.63294.4767.8621.96
Hex57125E75103F1264416
Octal12722136712107744610426
Binary101011110010101111011110100010111111100100110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57125E; }

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

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

<style>
 a { background-color: #57125E; }

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

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

<style>
 span { border-color: #57125E; }

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

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