#682182

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

Shades of Seance #682182

Tints of Seance #682182

Color information

#682182 (or 0x682182) is unknown color: approx Seance. HEX triplet: 68, 21 and 82. RGB value is (104,33,130). Sum of RGB (Red+Green+Blue) = 104+33+130=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #682182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682182 is #97DE7D. Grayscale: #404040. Windows color (decimal): -9952894 or 8528232. OLE color: 8528232.

HSL color Cylindrical-coordinate representation of color #682182: hue angle of 283.92º 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 #682182 is Cyan = 0.2, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10433130-
CMYK0.20.7500.49
HSL283.92º59.51%31.96%-
HSV(B)283.92º74.62%50.98%-
XYZ10.285.6421.67-
YUV65.29164.52155.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 33 (13.28% from 255) = 12.36%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=38.95%
G=12.36%
B=48.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104331300.20.7500.49283.9259.5131.96
Hex682182144B03111c3c20
Octal15041202241130614347440
Binary1101000100001100000101010010010110110001100011100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682182; }

 p { color: rgb(104,33,130); }

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

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

 a { background-color: rgb(104,33,130); }

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

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

 span { border-color: rgb(104,33,130); }

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