#57125F

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

Shades of Hot Purple #57125F

Tints of Hot Purple #57125F

Color information

#57125F (or 0x57125F) is unknown color: approx Hot Purple. HEX triplet: 57, 12 and 5F. RGB value is (87,18,95). Sum of RGB (Red+Green+Blue) = 87+18+95=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 95 - color contains mainly: blue. Hex color #57125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57125F is #A8EDA0. Grayscale: #2F2F2F. Windows color (decimal): -11070881 or 6230615. OLE color: 6230615.

HSL color Cylindrical-coordinate representation of color #57125F: hue angle of 293.77º 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 #57125F is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB871895-
CMYK0.080.8100.63
HSL293.77º68.14%22.16%-
HSV(B)293.77º81.05%37.25%-
XYZ6.213.2911.13-
YUV47.41154.86156.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.5%
GREEN value IS 18 (7.42% from 255) = 9%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=43.5%
G=9%
B=47.5%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8718950.080.8100.63293.7768.1422.16
Hex57125F85103F1264416
Octal127221371012107744610426
Binary1010111100101011111100010100010111111100100110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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