#682184

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

Shades of Seance #682184

Tints of Seance #682184

Color information

#682184 (or 0x682184) is unknown color: approx Seance. HEX triplet: 68, 21 and 84. RGB value is (104,33,132). Sum of RGB (Red+Green+Blue) = 104+33+132=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #682184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682184 is #97DE7B. Grayscale: #414141. Windows color (decimal): -9952892 or 8659304. OLE color: 8659304.

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

Color convert

RGB10433132-
CMYK0.210.7500.48
HSL283.03º60%32.35%-
HSV(B)283.03º75%51.76%-
XYZ10.425.722.38-
YUV65.52165.52155.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 33 (13.28% from 255) = 12.27%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=38.66%
G=12.27%
B=49.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104331320.210.7500.48283.036032.35
Hex682184154B03011b3c20
Octal15041204251130604337440
Binary1101000100001100001001010110010110110000100011011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682184; }

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

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

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

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

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

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

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

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