#683275

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

Shades of Seance #683275

Tints of Seance #683275

Color information

#683275 (or 0x683275) is unknown color: approx Seance. HEX triplet: 68, 32 and 75. RGB value is (104,50,117). Sum of RGB (Red+Green+Blue) = 104+50+117=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #683275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683275 is #97CD8A. Grayscale: #494949. Windows color (decimal): -9948555 or 7680616. OLE color: 7680616.

HSL color Cylindrical-coordinate representation of color #683275: hue angle of 288.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #683275 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10450117-
CMYK0.110.5700.54
HSL288.36º40.12%32.75%-
HSV(B)288.36º57.26%45.88%-
XYZ10.066.5117.56-
YUV73.78152.39149.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=38.38%
G=18.45%
B=43.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104501170.110.5700.54288.3640.1232.75
Hex683275B390361202821
Octal1506216513710664405041
Binary1101000110010111010110111110010110110100100000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683275; }

 p { color: rgb(104,50,117); }

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

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

 a { background-color: rgb(104,50,117); }

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

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

 span { border-color: rgb(104,50,117); }

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