#682581

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

Shades of Seance #682581

Tints of Seance #682581

Color information

#682581 (or 0x682581) is unknown color: approx Seance. HEX triplet: 68, 25 and 81. RGB value is (104,37,129). Sum of RGB (Red+Green+Blue) = 104+37+129=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #682581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682581 is #97DA7E. Grayscale: #434343. Windows color (decimal): -9951871 or 8463720. OLE color: 8463720.

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

Color convert

RGB10437129-
CMYK0.190.7100.49
HSL283.7º55.42%32.55%-
HSV(B)283.7º71.32%50.59%-
XYZ10.335.8521.35-
YUV67.52162.7154.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.52%
GREEN value IS 37 (14.84% from 255) = 13.70%
BLUE value IS 129 (50.78% from 255) = 47.78%
R=38.52%
G=13.70%
B=47.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104371290.190.7100.49283.755.4232.55
Hex682581134703111c3721
Octal15045201231070614346741
Binary1101000100101100000011001110001110110001100011100110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682581; }

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

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

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

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

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

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

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

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