#682570

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

Shades of Seance #682570

Tints of Seance #682570

Color information

#682570 (or 0x682570) is unknown color: approx Seance. HEX triplet: 68, 25 and 70. RGB value is (104,37,112). Sum of RGB (Red+Green+Blue) = 104+37+112=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #682570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682570 is #97DA8F. Grayscale: #414141. Windows color (decimal): -9951888 or 7349608. OLE color: 7349608.

HSL color Cylindrical-coordinate representation of color #682570: hue angle of 293.6º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682570 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10437112-
CMYK0.070.6700.56
HSL293.6º50.34%29.22%-
HSV(B)293.6º66.96%43.92%-
XYZ9.35.4415.89-
YUV65.58154.2155.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=41.11%
G=14.62%
B=44.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104371120.070.6700.56293.650.3429.22
Hex682570743038126321d
Octal1504516071030704466235
Binary110100010010111100001111000011011100010010011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682570; }

 p { color: rgb(104,37,112); }

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

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

 a { background-color: rgb(104,37,112); }

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

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

 span { border-color: rgb(104,37,112); }

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