#63257D

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

Shades of Seance #63257D

Tints of Seance #63257D

Color information

#63257D (or 0x63257D) is unknown color: approx Seance. HEX triplet: 63, 25 and 7D. RGB value is (99,37,125). Sum of RGB (Red+Green+Blue) = 99+37+125=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #63257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63257D is #9CDA82. Grayscale: #414141. Windows color (decimal): -10279555 or 8201571. OLE color: 8201571.

HSL color Cylindrical-coordinate representation of color #63257D: hue angle of 282.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63257D is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9937125-
CMYK0.210.7000.51
HSL282.27º54.32%31.76%-
HSV(B)282.27º70.4%49.02%-
XYZ9.515.4619.95-
YUV65.57161.54151.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 125 (49.22% from 255) = 47.89%
R=37.93%
G=14.18%
B=47.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99371250.210.7000.51282.2754.3231.76
Hex63257D154603311a3620
Octal14345175251060634326640
Binary110001110010111111011010110001100110011100011010110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63257D; }

 p { color: rgb(99,37,125); }

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

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

 a { background-color: rgb(99,37,125); }

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

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

 span { border-color: rgb(99,37,125); }

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