#5C395C

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

Shades of Hot Purple #5C395C

Tints of Hot Purple #5C395C

Color information

#5C395C (or 0x5C395C) is unknown color: approx Hot Purple. HEX triplet: 5C, 39 and 5C. RGB value is (92,57,92). Sum of RGB (Red+Green+Blue) = 92+57+92=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C395C is #A3C6A3. Grayscale: #474747. Windows color (decimal): -10733220 or 6043996. OLE color: 6043996.

HSL color Cylindrical-coordinate representation of color #5C395C: hue angle of 300º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C395C is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB925792-
CMYK00.3800.64
HSL300º23.49%29.22%-
HSV(B)300º38.04%36.08%-
XYZ7.815.9710.87-
YUV71.46139.6142.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 92 (36.33% from 255) = 38.17%
R=38.17%
G=23.65%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92579200.3800.6430023.4929.22
Hex5C395C02604012c171d
Octal1347113404601004542735
Binary101110011100110111000100110010000001001011001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,92); }

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

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

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

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

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

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

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