#57125C

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

Shades of Hot Purple #57125C

Tints of Hot Purple #57125C

Color information

#57125C (or 0x57125C) is unknown color: approx Hot Purple. HEX triplet: 57, 12 and 5C. RGB value is (87,18,92). Sum of RGB (Red+Green+Blue) = 87+18+92=197 (26% of max value = 765). Red value is 87 (34.38% from 255 or 44.16% from 197); Green value is 18 (7.42% from 255 or 9.14% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #57125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57125C is #A8EDA3. Grayscale: #2E2E2E. Windows color (decimal): -11070884 or 6034007. OLE color: 6034007.

HSL color Cylindrical-coordinate representation of color #57125C: hue angle of 295.95º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57125C is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB871892-
CMYK0.050.8000.64
HSL295.95º67.27%21.57%-
HSV(B)295.95º80.43%36.08%-
XYZ6.083.2310.43-
YUV47.07153.36156.48-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.16%
GREEN value IS 18 (7.42% from 255) = 9.14%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=44.16%
G=9.14%
B=46.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8718920.050.8000.64295.9567.2721.57
Hex57125C5500401284316
Octal127221345120010045010326
Binary1010111100101011100101101000001000000100101000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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