#5D1B72

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

Shades of Seance #5D1B72

Tints of Seance #5D1B72

Color information

#5D1B72 (or 0x5D1B72) is unknown color: approx Seance. HEX triplet: 5D, 1B and 72. RGB value is (93,27,114). Sum of RGB (Red+Green+Blue) = 93+27+114=234 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.74% from 234); Green value is 27 (10.94% from 255 or 11.54% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D1B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1B72 is #A2E48D. Grayscale: #383838. Windows color (decimal): -10675342 or 7478109. OLE color: 7478109.

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

Color convert

RGB9327114-
CMYK0.180.7600.55
HSL285.52º61.7%27.65%-
HSV(B)285.52º76.32%44.71%-
XYZ7.944.3316.34-
YUV56.65160.37153.93-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.74%
GREEN value IS 27 (10.94% from 255) = 11.54%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=39.74%
G=11.54%
B=48.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal93271140.180.7600.55285.5261.727.65
Hex5D1B72124C03711e3e1c
Octal13533162221140674367634
Binary1011101110111110010100101001100011011110001111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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