#521857

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

Shades of Hot Purple #521857

Tints of Hot Purple #521857

Color information

#521857 (or 0x521857) is unknown color: approx Hot Purple. HEX triplet: 52, 18 and 57. RGB value is (82,24,87). Sum of RGB (Red+Green+Blue) = 82+24+87=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #521857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #521857 is #ADE7A8. Grayscale: #303030. Windows color (decimal): -11397033 or 5707858. OLE color: 5707858.

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

Color convert

RGB822487-
CMYK0.060.7200.66
HSL295.24º56.76%21.76%-
HSV(B)295.24º72.41%34.12%-
XYZ5.533.149.33-
YUV48.52149.72151.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 42.49%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 87 (34.38% from 255) = 45.08%
R=42.49%
G=12.44%
B=45.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8224870.060.7200.66295.2456.7621.76
Hex5218576480421273916
Octal12230127611001024477126
Binary101001011000101011111010010000100001010010011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521857; }

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

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

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

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

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

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

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

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