#532750

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

Shades of Hot Purple #532750

Tints of Hot Purple #532750

Color information

#532750 (or 0x532750) is unknown color: approx Hot Purple. HEX triplet: 53, 27 and 50. RGB value is (83,39,80). Sum of RGB (Red+Green+Blue) = 83+39+80=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #532750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532750 is #ACD8AF. Grayscale: #383838. Windows color (decimal): -11327664 or 5252947. OLE color: 5252947.

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

Color convert

RGB833980-
CMYK00.530.040.67
HSL304.09º36.07%23.92%-
HSV(B)304.09º53.01%32.55%-
XYZ5.743.878.03-
YUV56.83141.08146.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 41.09%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=41.09%
G=19.31%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83398000.530.040.67304.0936.0723.92
Hex5327500354431302418
Octal1234712006541034604430
Binary101001110011110100000110101100100001110011000010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532750; }

 p { color: rgb(83,39,80); }

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

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

 a { background-color: rgb(83,39,80); }

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

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

 span { border-color: rgb(83,39,80); }

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