#532852

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

Shades of Hot Purple #532852

Tints of Hot Purple #532852

Color information

#532852 (or 0x532852) is unknown color: approx Hot Purple. HEX triplet: 53, 28 and 52. RGB value is (83,40,82). Sum of RGB (Red+Green+Blue) = 83+40+82=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532852 is #ACD7AD. Grayscale: #393939. Windows color (decimal): -11327406 or 5384275. OLE color: 5384275.

HSL color Cylindrical-coordinate representation of color #532852: hue angle of 301.4º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532852 is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB834082-
CMYK00.520.010.67
HSL301.4º34.96%24.12%-
HSV(B)301.4º51.81%32.55%-
XYZ5.853.978.44-
YUV57.64141.75146.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.49%
GREEN value IS 40 (16.02% from 255) = 19.51%
BLUE value IS 82 (32.42% from 255) = 40%
R=40.49%
G=19.51%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83408200.520.010.67301.434.9624.12
Hex53285203414312d2318
Octal1235012206411034554330
Binary1010011101000101001001101001100001110010110110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532852; }

 p { color: rgb(83,40,82); }

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

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

 a { background-color: rgb(83,40,82); }

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

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

 span { border-color: rgb(83,40,82); }

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