#63196E

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

Shades of Seance #63196E

Tints of Seance #63196E

Color information

#63196E (or 0x63196E) is unknown color: approx Seance. HEX triplet: 63, 19 and 6E. RGB value is (99,25,110). Sum of RGB (Red+Green+Blue) = 99+25+110=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #63196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #63196E is #9CE691. Grayscale: #383838. Windows color (decimal): -10282642 or 7215459. OLE color: 7215459.

HSL color Cylindrical-coordinate representation of color #63196E: hue angle of 292.24º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63196E is Cyan = 0.1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9925110-
CMYK0.10.7700.57
HSL292.24º62.96%26.47%-
HSV(B)292.24º77.27%43.14%-
XYZ8.314.4715.18-
YUV56.82158.02158.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=42.31%
G=10.68%
B=47.01%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal99251100.10.7700.57292.2462.9626.47
Hex63196EA4D0391243f1a
Octal14331156121150714447732
Binary110001111001110111010101001101011100110010010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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