#5C375E

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

Shades of Hot Purple #5C375E

Tints of Hot Purple #5C375E

Color information

#5C375E (or 0x5C375E) is unknown color: approx Hot Purple. HEX triplet: 5C, 37 and 5E. RGB value is (92,55,94). Sum of RGB (Red+Green+Blue) = 92+55+94=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 94 - color contains mainly: blue. Hex color #5C375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C375E is #A3C8A1. Grayscale: #464646. Windows color (decimal): -10733730 or 6174556. OLE color: 6174556.

HSL color Cylindrical-coordinate representation of color #5C375E: hue angle of 296.92º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C375E is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB925594-
CMYK0.020.4100.63
HSL296.92º26.17%29.22%-
HSV(B)296.92º41.49%36.86%-
XYZ7.85.8211.3-
YUV70.51141.26143.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=38.17%
G=22.82%
B=39.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9255940.020.4100.63296.9226.1729.22
Hex5C375E22903F1291a1d
Octal134671362510774513235
Binary101110011011110111101010100101111111001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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