#632275

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

Shades of Seance #632275

Tints of Seance #632275

Color information

#632275 (or 0x632275) is unknown color: approx Seance. HEX triplet: 63, 22 and 75. RGB value is (99,34,117). Sum of RGB (Red+Green+Blue) = 99+34+117=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #632275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632275 is #9CDD8A. Grayscale: #3E3E3E. Windows color (decimal): -10280331 or 7676515. OLE color: 7676515.

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

Color convert

RGB9934117-
CMYK0.150.7100.54
HSL286.99º54.97%29.61%-
HSV(B)286.99º70.94%45.88%-
XYZ8.935.0817.34-
YUV62.9158.53153.75-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.6%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 117 (46.09% from 255) = 46.8%
R=39.6%
G=13.6%
B=46.8%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal99341170.150.7100.54286.9954.9729.61
Hex632275F4703611f371e
Octal14342165171070664376736
Binary1100011100010111010111111000111011011010001111111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632275; }

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

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

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

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

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

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

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

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