#632370

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

Shades of Seance #632370

Tints of Seance #632370

Color information

#632370 (or 0x632370) is unknown color: approx Seance. HEX triplet: 63, 23 and 70. RGB value is (99,35,112). Sum of RGB (Red+Green+Blue) = 99+35+112=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #632370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632370 is #9CDC8F. Grayscale: #3E3E3E. Windows color (decimal): -10280080 or 7349091. OLE color: 7349091.

HSL color Cylindrical-coordinate representation of color #632370: hue angle of 289.87º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632370 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9935112-
CMYK0.120.6900.56
HSL289.87º52.38%28.82%-
HSV(B)289.87º68.75%43.92%-
XYZ8.675.0215.84-
YUV62.91155.7153.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.24%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=40.24%
G=14.23%
B=45.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99351120.120.6900.56289.8752.3828.82
Hex632370C45038122341d
Octal14343160141050704426435
Binary1100011100011111000011001000101011100010010001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632370; }

 p { color: rgb(99,35,112); }

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

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

 a { background-color: rgb(99,35,112); }

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

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

 span { border-color: rgb(99,35,112); }

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