#632475

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

Shades of Seance #632475

Tints of Seance #632475

Color information

#632475 (or 0x632475) is unknown color: approx Seance. HEX triplet: 63, 24 and 75. RGB value is (99,36,117). Sum of RGB (Red+Green+Blue) = 99+36+117=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #632475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632475 is #9CDB8A. Grayscale: #3F3F3F. Windows color (decimal): -10279819 or 7677027. OLE color: 7677027.

HSL color Cylindrical-coordinate representation of color #632475: hue angle of 286.67º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #632475 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9936117-
CMYK0.150.6900.54
HSL286.67º52.94%30%-
HSV(B)286.67º69.23%45.88%-
XYZ8.995.217.36-
YUV64.07157.87152.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 36 (14.45% from 255) = 14.29%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=39.29%
G=14.29%
B=46.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99361170.150.6900.54286.6752.9430
Hex632475F4503611f351e
Octal14344165171050664376536
Binary1100011100100111010111111000101011011010001111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632475; }

 p { color: rgb(99,36,117); }

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

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

 a { background-color: rgb(99,36,117); }

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

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

 span { border-color: rgb(99,36,117); }

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