#631A77

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

Shades of Seance #631A77

Tints of Seance #631A77

Color information

#631A77 (or 0x631A77) is unknown color: approx Seance. HEX triplet: 63, 1A and 77. RGB value is (99,26,119). Sum of RGB (Red+Green+Blue) = 99+26+119=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #631A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #631A77 is #9CE588. Grayscale: #3A3A3A. Windows color (decimal): -10282377 or 7805539. OLE color: 7805539.

HSL color Cylindrical-coordinate representation of color #631A77: hue angle of 287.1º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #631A77 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9926119-
CMYK0.170.7800.53
HSL287.1º64.14%28.43%-
HSV(B)287.1º78.15%46.67%-
XYZ8.844.7217.9-
YUV58.43162.18156.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 26 (10.55% from 255) = 10.66%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=40.57%
G=10.66%
B=48.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal99261190.170.7800.53287.164.1428.43
Hex631A77114E03511f401c
Octal143321672111606543710034
Binary11000111101011101111000110011100110101100011111100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631A77; }

 p { color: rgb(99,26,119); }

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

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

 a { background-color: rgb(99,26,119); }

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

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

 span { border-color: rgb(99,26,119); }

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