#62316D

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

Shades of Seance #62316D

Tints of Seance #62316D

Color information

#62316D (or 0x62316D) is unknown color: approx Seance. HEX triplet: 62, 31 and 6D. RGB value is (98,49,109). Sum of RGB (Red+Green+Blue) = 98+49+109=256 (33% of max value = 765). Red value is 98 (38.67% from 255 or 38.28% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 109 - color contains mainly: blue. Hex color #62316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62316D is #9DCE92. Grayscale: #464646. Windows color (decimal): -10342035 or 7156066. OLE color: 7156066.

HSL color Cylindrical-coordinate representation of color #62316D: hue angle of 289º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62316D is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9849109-
CMYK0.100.5500.57
HSL289º37.97%30.98%-
HSV(B)289º55.05%42.75%-
XYZ8.95.915.14-
YUV70.49149.73147.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.28%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 109 (42.97% from 255) = 42.58%
R=38.28%
G=19.14%
B=42.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98491090.100.5500.5728937.9730.98
Hex62316DA37039121261f
Octal1426115512670714414637
Binary110001011000111011011010110111011100110010000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62316D; }

 p { color: rgb(98,49,109); }

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

<style>
 a { background-color: #62316D; }

 a { background-color: rgb(98,49,109); }

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

<style>
 span { border-color: #62316D; }

 span { border-color: rgb(98,49,109); }

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