#522351

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

Shades of Hot Purple #522351

Tints of Hot Purple #522351

Color information

#522351 (or 0x522351) is unknown color: approx Hot Purple. HEX triplet: 52, 23 and 51. RGB value is (82,35,81). Sum of RGB (Red+Green+Blue) = 82+35+81=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 82 - color contains mainly: red. Hex color #522351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522351 is #ADDCAE. Grayscale: #363636. Windows color (decimal): -11394223 or 5317458. OLE color: 5317458.

HSL color Cylindrical-coordinate representation of color #522351: hue angle of 301.28º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522351 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB823581-
CMYK00.570.010.68
HSL301.28º40.17%22.94%-
HSV(B)301.28º57.32%32.16%-
XYZ5.573.598.18-
YUV54.3143.07147.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 41.41%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 81 (32.03% from 255) = 40.91%
R=41.41%
G=17.68%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82358100.570.010.68301.2840.1722.94
Hex52235103914412d2817
Octal1224312107111044555027
Binary1010010100011101000101110011100010010010110110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #522351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #522351; }

 p { color: rgb(82,35,81); }

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

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

 a { background-color: rgb(82,35,81); }

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

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

 span { border-color: rgb(82,35,81); }

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