#63297A

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

Shades of Seance #63297A

Tints of Seance #63297A

Color information

#63297A (or 0x63297A) is unknown color: approx Seance. HEX triplet: 63, 29 and 7A. RGB value is (99,41,122). Sum of RGB (Red+Green+Blue) = 99+41+122=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 122 (48.05% from 255 or 46.56% from 262); Max value from RGB is 122 - color contains mainly: blue. Hex color #63297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63297A is #9CD685. Grayscale: #434343. Windows color (decimal): -10278534 or 8005987. OLE color: 8005987.

HSL color Cylindrical-coordinate representation of color #63297A: hue angle of 282.96º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #63297A is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9941122-
CMYK0.190.6600.52
HSL282.96º49.69%31.96%-
HSV(B)282.96º66.39%47.84%-
XYZ9.455.6419-
YUV67.58158.72150.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 41 (16.41% from 255) = 15.65%
BLUE value IS 122 (48.05% from 255) = 46.56%
R=37.79%
G=15.65%
B=46.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99411220.190.6600.52282.9649.6931.96
Hex63297A134203411b3220
Octal14351172231020644336240
Binary110001110100111110101001110000100110100100011011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63297A; }

 p { color: rgb(99,41,122); }

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

<style>
 a { background-color: #63297A; }

 a { background-color: rgb(99,41,122); }

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

<style>
 span { border-color: #63297A; }

 span { border-color: rgb(99,41,122); }

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