#57265A

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

Shades of Hot Purple #57265A

Tints of Hot Purple #57265A

Color information

#57265A (or 0x57265A) is unknown color: approx Hot Purple. HEX triplet: 57, 26 and 5A. RGB value is (87,38,90). Sum of RGB (Red+Green+Blue) = 87+38+90=215 (28% of max value = 765). Red value is 87 (34.38% from 255 or 40.47% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #57265A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #57265A is #A8D9A5. Grayscale: #3A3A3A. Windows color (decimal): -11065766 or 5908055. OLE color: 5908055.

HSL color Cylindrical-coordinate representation of color #57265A: hue angle of 296.54º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #57265A is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB873890-
CMYK0.030.5800.65
HSL296.54º40.62%25.1%-
HSV(B)296.54º57.78%35.29%-
XYZ6.474.1510.13-
YUV58.58145.73148.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 40.47%
GREEN value IS 38 (15.23% from 255) = 17.67%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=40.47%
G=17.67%
B=41.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8738900.030.5800.65296.5440.6225.1
Hex57265A33A0411292919
Octal1274613237201014515131
Binary10101111001101011010111110100100000110010100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57265A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57265A; }

 p { color: rgb(87,38,90); }

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

<style>
 a { background-color: #57265A; }

 a { background-color: rgb(87,38,90); }

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

<style>
 span { border-color: #57265A; }

 span { border-color: rgb(87,38,90); }

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