#682081

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

Shades of Seance #682081

Tints of Seance #682081

Color information

#682081 (or 0x682081) is unknown color: approx Seance. HEX triplet: 68, 20 and 81. RGB value is (104,32,129). Sum of RGB (Red+Green+Blue) = 104+32+129=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #682081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682081 is #97DF7E. Grayscale: #404040. Windows color (decimal): -9953151 or 8462440. OLE color: 8462440.

HSL color Cylindrical-coordinate representation of color #682081: hue angle of 284.54º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #682081 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10432129-
CMYK0.190.7500.49
HSL284.54º60.25%31.57%-
HSV(B)284.54º75.19%50.59%-
XYZ10.195.5621.31-
YUV64.59164.35156.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 129 (50.78% from 255) = 48.68%
R=39.25%
G=12.08%
B=48.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104321290.190.7500.49284.5460.2531.57
Hex682081134B03111d3c20
Octal15040201231130614357440
Binary1101000100000100000011001110010110110001100011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682081; }

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

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

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

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

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

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

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

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