#57135F

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

Shades of Hot Purple #57135F

Tints of Hot Purple #57135F

Color information

#57135F (or 0x57135F) is unknown color: approx Hot Purple. HEX triplet: 57, 13 and 5F. RGB value is (87,19,95). Sum of RGB (Red+Green+Blue) = 87+19+95=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 95 - color contains mainly: blue. Hex color #57135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #57135F is #A8ECA0. Grayscale: #2F2F2F. Windows color (decimal): -11070625 or 6230871. OLE color: 6230871.

HSL color Cylindrical-coordinate representation of color #57135F: hue angle of 293.68º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57135F is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB871995-
CMYK0.080.8000.63
HSL293.68º66.67%22.35%-
HSV(B)293.68º80%37.25%-
XYZ6.233.3211.14-
YUV48154.53155.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 19 (7.81% from 255) = 9.45%
BLUE value IS 95 (37.5% from 255) = 47.26%
R=43.28%
G=9.45%
B=47.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8719950.080.8000.63293.6866.6722.35
Hex57135F85003F1264316
Octal127231371012007744610326
Binary1010111100111011111100010100000111111100100110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57135F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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