#532058

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

Shades of Hot Purple #532058

Tints of Hot Purple #532058

Color information

#532058 (or 0x532058) is unknown color: approx Hot Purple. HEX triplet: 53, 20 and 58. RGB value is (83,32,88). Sum of RGB (Red+Green+Blue) = 83+32+88=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #532058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532058 is #ACDFA7. Grayscale: #353535. Windows color (decimal): -11329448 or 5775443. OLE color: 5775443.

HSL color Cylindrical-coordinate representation of color #532058: hue angle of 294.64º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #532058 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB833288-
CMYK0.060.6400.65
HSL294.64º46.67%23.53%-
HSV(B)294.64º63.64%34.51%-
XYZ5.853.589.61-
YUV53.63147.4148.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 32 (12.89% from 255) = 15.76%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=40.89%
G=15.76%
B=43.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8332880.060.6400.65294.6446.6723.53
Hex5320586400411272f18
Octal12340130610001014475730
Binary1010011100000101100011010000000100000110010011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532058; }

 p { color: rgb(83,32,88); }

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

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

 a { background-color: rgb(83,32,88); }

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

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

 span { border-color: rgb(83,32,88); }

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