#682577

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

Shades of Seance #682577

Tints of Seance #682577

Color information

#682577 (or 0x682577) is unknown color: approx Seance. HEX triplet: 68, 25 and 77. RGB value is (104,37,119). Sum of RGB (Red+Green+Blue) = 104+37+119=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #682577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682577 is #97DA88. Grayscale: #424242. Windows color (decimal): -9951881 or 7808360. OLE color: 7808360.

HSL color Cylindrical-coordinate representation of color #682577: hue angle of 289.02º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682577 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10437119-
CMYK0.130.6900.53
HSL289.02º52.56%30.59%-
HSV(B)289.02º68.91%46.67%-
XYZ9.75.618.02-
YUV66.38157.7154.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=40%
G=14.23%
B=45.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104371190.130.6900.53289.0252.5630.59
Hex682577D45035121351f
Octal15045167151050654416537
Binary1101000100101111011111011000101011010110010000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682577; }

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

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

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

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

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

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

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

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