#522757

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

Shades of Hot Purple #522757

Tints of Hot Purple #522757

Color information

#522757 (or 0x522757) is unknown color: approx Hot Purple. HEX triplet: 52, 27 and 57. RGB value is (82,39,87). Sum of RGB (Red+Green+Blue) = 82+39+87=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #522757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522757 is #ADD8A8. Grayscale: #393939. Windows color (decimal): -11393193 or 5711698. OLE color: 5711698.

HSL color Cylindrical-coordinate representation of color #522757: hue angle of 293.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522757 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB823987-
CMYK0.060.5500.66
HSL293.75º38.1%24.71%-
HSV(B)293.75º55.17%34.12%-
XYZ5.933.939.46-
YUV57.33144.75145.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.42%
GREEN value IS 39 (15.62% from 255) = 18.75%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=39.42%
G=18.75%
B=41.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8239870.060.5500.66293.7538.124.71
Hex5227576370421262619
Octal1224712766701024464631
Binary101001010011110101111101101110100001010010011010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522757; }

 p { color: rgb(82,39,87); }

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

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

 a { background-color: rgb(82,39,87); }

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

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

 span { border-color: rgb(82,39,87); }

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