#632978

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

Shades of Seance #632978

Tints of Seance #632978

Color information

#632978 (or 0x632978) is unknown color: approx Seance. HEX triplet: 63, 29 and 78. RGB value is (99,41,120). Sum of RGB (Red+Green+Blue) = 99+41+120=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #632978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632978 is #9CD687. Grayscale: #434343. Windows color (decimal): -10278536 or 7874915. OLE color: 7874915.

HSL color Cylindrical-coordinate representation of color #632978: hue angle of 284.05º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632978 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9941120-
CMYK0.170.6600.53
HSL284.05º49.07%31.57%-
HSV(B)284.05º65.83%47.06%-
XYZ9.335.5918.36-
YUV67.35157.72150.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.08%
GREEN value IS 41 (16.41% from 255) = 15.77%
BLUE value IS 120 (47.27% from 255) = 46.15%
R=38.08%
G=15.77%
B=46.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99411200.170.6600.53284.0549.0731.57
Hex632978114203511c3120
Octal14351170211020654346140
Binary110001110100111110001000110000100110101100011100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632978; }

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

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

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

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

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

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

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

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