#5D1871

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

Shades of Seance #5D1871

Tints of Seance #5D1871

Color information

#5D1871 (or 0x5D1871) is unknown color: approx Seance. HEX triplet: 5D, 18 and 71. RGB value is (93,24,113). Sum of RGB (Red+Green+Blue) = 93+24+113=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #5D1871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1871 is #A2E78E. Grayscale: #363636. Windows color (decimal): -10676111 or 7411805. OLE color: 7411805.

HSL color Cylindrical-coordinate representation of color #5D1871: hue angle of 286.52º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1871 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9324113-
CMYK0.180.7900.56
HSL286.52º64.96%26.86%-
HSV(B)286.52º78.76%44.31%-
XYZ7.824.1716.02-
YUV54.78160.86155.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.43%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 113 (44.53% from 255) = 49.13%
R=40.43%
G=10.43%
B=49.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93241130.180.7900.56286.5264.9626.86
Hex5D1871124F03811f411b
Octal135301612211707043710133
Binary10111011100011100011001010011110111000100011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,24,113); }

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

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

 a { background-color: rgb(93,24,113); }

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

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

 span { border-color: rgb(93,24,113); }

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