#523055

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

Shades of Hot Purple #523055

Tints of Hot Purple #523055

Color information

#523055 (or 0x523055) is unknown color: approx Hot Purple. HEX triplet: 52, 30 and 55. RGB value is (82,48,85). Sum of RGB (Red+Green+Blue) = 82+48+85=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #523055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523055 is #ADCFAA. Grayscale: #3E3E3E. Windows color (decimal): -11390891 or 5582930. OLE color: 5582930.

HSL color Cylindrical-coordinate representation of color #523055: hue angle of 295.14º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #523055 is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB824885-
CMYK0.040.4400.67
HSL295.14º27.82%26.08%-
HSV(B)295.14º43.53%33.33%-
XYZ6.184.569.15-
YUV62.38140.76141.99-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 38.14%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 85 (33.59% from 255) = 39.53%
R=38.14%
G=22.33%
B=39.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8248850.040.4400.67295.1427.8226.08
Hex52305542C0431271c1a
Octal1226012545401034473432
Binary10100101100001010101100101100010000111001001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523055; }

 p { color: rgb(82,48,85); }

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

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

 a { background-color: rgb(82,48,85); }

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

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

 span { border-color: rgb(82,48,85); }

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