#5D1A72

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

Shades of Seance #5D1A72

Tints of Seance #5D1A72

Color information

#5D1A72 (or 0x5D1A72) is unknown color: approx Seance. HEX triplet: 5D, 1A and 72. RGB value is (93,26,114). Sum of RGB (Red+Green+Blue) = 93+26+114=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D1A72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1A72 is #A2E58D. Grayscale: #373737. Windows color (decimal): -10675598 or 7477853. OLE color: 7477853.

HSL color Cylindrical-coordinate representation of color #5D1A72: hue angle of 285.68º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D1A72 is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9326114-
CMYK0.180.7700.55
HSL285.68º62.86%27.45%-
HSV(B)285.68º77.19%44.71%-
XYZ7.924.2816.33-
YUV56.06160.7154.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=39.91%
G=11.16%
B=48.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93261140.180.7700.55285.6862.8627.45
Hex5D1A72124D03711e3f1b
Octal13532162221150674367733
Binary1011101110101110010100101001101011011110001111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,26,114); }

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

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

 a { background-color: rgb(93,26,114); }

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

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

 span { border-color: rgb(93,26,114); }

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