#63207B

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

Shades of Seance #63207B

Tints of Seance #63207B

Color information

#63207B (or 0x63207B) is unknown color: approx Seance. HEX triplet: 63, 20 and 7B. RGB value is (99,32,123). Sum of RGB (Red+Green+Blue) = 99+32+123=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #63207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63207B is #9CDF84. Grayscale: #3E3E3E. Windows color (decimal): -10280837 or 8069219. OLE color: 8069219.

HSL color Cylindrical-coordinate representation of color #63207B: hue angle of 284.18º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63207B is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9932123-
CMYK0.200.7400.52
HSL284.18º58.71%30.39%-
HSV(B)284.18º73.98%48.24%-
XYZ9.245.1219.24-
YUV62.41162.2154.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 32 (12.89% from 255) = 12.60%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=38.98%
G=12.60%
B=48.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal99321230.200.7400.52284.1858.7130.39
Hex63207B144A03411c3b1e
Octal14340173241120644347336
Binary11000111000001111011101001001010011010010001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63207B; }

 p { color: rgb(99,32,123); }

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

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

 a { background-color: rgb(99,32,123); }

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

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

 span { border-color: rgb(99,32,123); }

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