#5C375C

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

Shades of Hot Purple #5C375C

Tints of Hot Purple #5C375C

Color information

#5C375C (or 0x5C375C) is unknown color: approx Hot Purple. HEX triplet: 5C, 37 and 5C. RGB value is (92,55,92). Sum of RGB (Red+Green+Blue) = 92+55+92=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: red, blue. Hex color #5C375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C375C is #A3C8A3. Grayscale: #464646. Windows color (decimal): -10733732 or 6043484. OLE color: 6043484.

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

Color convert

RGB925592-
CMYK00.4000.64
HSL300º25.17%28.82%-
HSV(B)300º40.22%36.08%-
XYZ7.715.7810.83-
YUV70.28140.26143.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.49%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 92 (36.33% from 255) = 38.49%
R=38.49%
G=23.01%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92559200.4000.6430025.1728.82
Hex5C375C02804012c191d
Octal1346713405001004543135
Binary101110011011110111000101000010000001001011001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C375C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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