#683472

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

Shades of Seance #683472

Tints of Seance #683472

Color information

#683472 (or 0x683472) is unknown color: approx Seance. HEX triplet: 68, 34 and 72. RGB value is (104,52,114). Sum of RGB (Red+Green+Blue) = 104+52+114=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 114 - color contains mainly: blue. Hex color #683472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683472 is #97CB8D. Grayscale: #4A4A4A. Windows color (decimal): -9948046 or 7484520. OLE color: 7484520.

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

Color convert

RGB10452114-
CMYK0.090.5400.55
HSL290.32º37.35%32.55%-
HSV(B)290.32º54.39%44.71%-
XYZ9.976.6116.67-
YUV74.62150.23148.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=38.52%
G=19.26%
B=42.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104521140.090.5400.55290.3237.3532.55
Hex6834729360371222521
Octal1506416211660674424541
Binary1101000110100111001010011101100110111100100010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683472; }

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

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

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

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

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

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

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

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