#632D75

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

Shades of Seance #632D75

Tints of Seance #632D75

Color information

#632D75 (or 0x632D75) is unknown color: approx Seance. HEX triplet: 63, 2D and 75. RGB value is (99,45,117). Sum of RGB (Red+Green+Blue) = 99+45+117=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #632D75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632D75 is #9CD28A. Grayscale: #454545. Windows color (decimal): -10277515 or 7679331. OLE color: 7679331.

HSL color Cylindrical-coordinate representation of color #632D75: hue angle of 285º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #632D75 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9945117-
CMYK0.150.6200.54
HSL285º44.44%31.76%-
HSV(B)285º61.54%45.88%-
XYZ9.295.8117.46-
YUV69.35154.89149.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.93%
GREEN value IS 45 (17.97% from 255) = 17.24%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=37.93%
G=17.24%
B=44.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99451170.150.6200.5428544.4431.76
Hex632D75F3E03611d2c20
Octal1435516517760664355440
Binary1100011101101111010111111111100110110100011101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D75; }

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

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

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

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

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

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

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

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