#682073

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

Shades of Seance #682073

Tints of Seance #682073

Color information

#682073 (or 0x682073) is unknown color: approx Seance. HEX triplet: 68, 20 and 73. RGB value is (104,32,115). Sum of RGB (Red+Green+Blue) = 104+32+115=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #682073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682073 is #97DF8C. Grayscale: #3E3E3E. Windows color (decimal): -9953165 or 7544936. OLE color: 7544936.

HSL color Cylindrical-coordinate representation of color #682073: hue angle of 292.05º degrees, saturation: 0.56, 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 #682073 is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10432115-
CMYK0.100.7200.55
HSL292.05º56.46%28.82%-
HSV(B)292.05º72.17%45.1%-
XYZ9.325.2116.73-
YUV62.99157.35157.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 32 (12.89% from 255) = 12.75%
BLUE value IS 115 (45.31% from 255) = 45.82%
R=41.43%
G=12.75%
B=45.82%

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
Decimal104321150.100.7200.55292.0556.4628.82
Hex682073A48037124381d
Octal15040163121100674447035
Binary1101000100000111001110101001000011011110010010011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682073; }

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

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

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

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

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

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

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

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