#522155

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

Shades of Hot Purple #522155

Tints of Hot Purple #522155

Color information

#522155 (or 0x522155) is unknown color: approx Hot Purple. HEX triplet: 52, 21 and 55. RGB value is (82,33,85). Sum of RGB (Red+Green+Blue) = 82+33+85=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #522155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522155 is #ADDEAA. Grayscale: #353535. Windows color (decimal): -11394731 or 5579090. OLE color: 5579090.

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

Color convert

RGB823385-
CMYK0.040.6100.67
HSL296.54º44.07%23.14%-
HSV(B)296.54º61.18%33.33%-
XYZ5.663.548.98-
YUV53.58145.73148.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=41%
G=16.5%
B=42.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8233850.040.6100.67296.5444.0723.14
Hex52215543D0431292c17
Octal1224112547501034515427
Binary101001010000110101011001111010100001110010100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522155; }

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

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

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

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

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

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

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

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