#63196B

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

Shades of Seance #63196B

Tints of Seance #63196B

Color information

#63196B (or 0x63196B) is unknown color: approx Seance. HEX triplet: 63, 19 and 6B. RGB value is (99,25,107). Sum of RGB (Red+Green+Blue) = 99+25+107=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 107 (42.19% from 255 or 46.32% from 231); Max value from RGB is 107 - color contains mainly: blue. Hex color #63196B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63196B is #9CE694. Grayscale: #383838. Windows color (decimal): -10282645 or 7018851. OLE color: 7018851.

HSL color Cylindrical-coordinate representation of color #63196B: hue angle of 294.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63196B is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9925107-
CMYK0.070.7700.58
HSL294.15º62.12%25.88%-
HSV(B)294.15º76.64%41.96%-
XYZ8.154.4114.33-
YUV56.47156.52158.33-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 107 (42.19% from 255) = 46.32%
R=42.86%
G=10.82%
B=46.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99251070.070.7700.58294.1562.1225.88
Hex63196B74D03A1263e1a
Octal1433115371150724467632
Binary11000111100111010111111001101011101010010011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63196B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63196B; }

 p { color: rgb(99,25,107); }

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

<style>
 a { background-color: #63196B; }

 a { background-color: rgb(99,25,107); }

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

<style>
 span { border-color: #63196B; }

 span { border-color: rgb(99,25,107); }

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