#532454

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

Shades of Hot Purple #532454

Tints of Hot Purple #532454

Color information

#532454 (or 0x532454) is unknown color: approx Hot Purple. HEX triplet: 53, 24 and 54. RGB value is (83,36,84). Sum of RGB (Red+Green+Blue) = 83+36+84=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #532454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532454 is #ACDBAB. Grayscale: #373737. Windows color (decimal): -11328428 or 5514323. OLE color: 5514323.

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

Color convert

RGB833684-
CMYK0.010.5700.67
HSL298.75º40%23.53%-
HSV(B)298.75º57.14%32.94%-
XYZ5.83.748.8-
YUV55.52144.07147.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 40.89%
GREEN value IS 36 (14.45% from 255) = 17.73%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=40.89%
G=17.73%
B=41.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8336840.010.5700.67298.754023.53
Hex53245413904312b2818
Octal1234412417101034535030
Binary1010011100100101010011110010100001110010101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532454; }

 p { color: rgb(83,36,84); }

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

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

 a { background-color: rgb(83,36,84); }

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

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

 span { border-color: rgb(83,36,84); }

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