#683272

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

Shades of Seance #683272

Tints of Seance #683272

Color information

#683272 (or 0x683272) is unknown color: approx Seance. HEX triplet: 68, 32 and 72. RGB value is (104,50,114). Sum of RGB (Red+Green+Blue) = 104+50+114=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 114 - color contains mainly: blue. Hex color #683272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683272 is #97CD8D. Grayscale: #494949. Windows color (decimal): -9948558 or 7484008. OLE color: 7484008.

HSL color Cylindrical-coordinate representation of color #683272: hue angle of 290.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #683272 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10450114-
CMYK0.090.5600.55
HSL290.62º39.02%32.16%-
HSV(B)290.62º56.14%44.71%-
XYZ9.896.4416.64-
YUV73.44150.89149.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=38.81%
G=18.66%
B=42.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104501140.090.5600.55290.6239.0232.16
Hex6832729380371232720
Octal1506216211700674434740
Binary1101000110010111001010011110000110111100100011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683272; }

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

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

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

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

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

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

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

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