#5C325D

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

Shades of Hot Purple #5C325D

Tints of Hot Purple #5C325D

Color information

#5C325D (or 0x5C325D) is unknown color: approx Hot Purple. HEX triplet: 5C, 32 and 5D. RGB value is (92,50,93). Sum of RGB (Red+Green+Blue) = 92+50+93=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C325D is #A3CDA2. Grayscale: #434343. Windows color (decimal): -10735011 or 6107740. OLE color: 6107740.

HSL color Cylindrical-coordinate representation of color #5C325D: hue angle of 298.6º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C325D is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB925093-
CMYK0.010.4600.64
HSL298.6º30.07%28.04%-
HSV(B)298.6º46.24%36.47%-
XYZ7.535.3510.99-
YUV67.46142.41145.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.15%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 93 (36.72% from 255) = 39.57%
R=39.15%
G=21.28%
B=39.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9250930.010.4600.64298.630.0728.04
Hex5C325D12E04012b1e1c
Octal1346213515601004533634
Binary101110011001010111011101110010000001001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C325D; }

 p { color: rgb(92,50,93); }

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

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

 a { background-color: rgb(92,50,93); }

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

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

 span { border-color: rgb(92,50,93); }

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