#5D196F

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

Shades of Seance #5D196F

Tints of Seance #5D196F

Color information

#5D196F (or 0x5D196F) is unknown color: approx Seance. HEX triplet: 5D, 19 and 6F. RGB value is (93,25,111). Sum of RGB (Red+Green+Blue) = 93+25+111=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 111 (43.75% from 255 or 48.47% from 229); Max value from RGB is 111 - color contains mainly: blue. Hex color #5D196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D196F is #A2E690. Grayscale: #363636. Windows color (decimal): -10675857 or 7280989. OLE color: 7280989.

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

Color convert

RGB9325111-
CMYK0.160.7700.56
HSL287.44º63.24%26.67%-
HSV(B)287.44º77.48%43.53%-
XYZ7.734.1715.44-
YUV55.14159.53155.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.61%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 111 (43.75% from 255) = 48.47%
R=40.61%
G=10.92%
B=48.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal93251110.160.7700.56287.4463.2426.67
Hex5D196F104D03811f3f1b
Octal13531157201150704377733
Binary1011101110011101111100001001101011100010001111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,25,111); }

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

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

 a { background-color: rgb(93,25,111); }

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

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

 span { border-color: rgb(93,25,111); }

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