#682074

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

Shades of Seance #682074

Tints of Seance #682074

Color information

#682074 (or 0x682074) is unknown color: approx Seance. HEX triplet: 68, 20 and 74. RGB value is (104,32,116). Sum of RGB (Red+Green+Blue) = 104+32+116=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 116 (45.70% from 255 or 46.03% from 252); Max value from RGB is 116 - color contains mainly: blue. Hex color #682074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682074 is #97DF8B. Grayscale: #3E3E3E. Windows color (decimal): -9953164 or 7610472. OLE color: 7610472.

HSL color Cylindrical-coordinate representation of color #682074: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682074 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10432116-
CMYK0.100.7200.55
HSL291.43º56.76%29.02%-
HSV(B)291.43º72.41%45.49%-
XYZ9.385.2417.04-
YUV63.1157.85157.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 32 (12.89% from 255) = 12.70%
BLUE value IS 116 (45.70% from 255) = 46.03%
R=41.27%
G=12.70%
B=46.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104321160.100.7200.55291.4356.7629.02
Hex682074A48037123391d
Octal15040164121100674437135
Binary1101000100000111010010101001000011011110010001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682074; }

 p { color: rgb(104,32,116); }

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

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

 a { background-color: rgb(104,32,116); }

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

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

 span { border-color: rgb(104,32,116); }

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