#681856

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

Shades of Palatinate Purple #681856

Tints of Palatinate Purple #681856

Color information

#681856 (or 0x681856) is unknown color: approx Palatinate Purple. HEX triplet: 68, 18 and 56. RGB value is (104,24,86). Sum of RGB (Red+Green+Blue) = 104+24+86=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #681856 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681856 is #97E7A9. Grayscale: #363636. Windows color (decimal): -9955242 or 5642344. OLE color: 5642344.

HSL color Cylindrical-coordinate representation of color #681856: hue angle of 313.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681856 is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB1042486-
CMYK00.770.170.59
HSL313.5º62.5%25.1%-
HSV(B)313.5º76.92%40.78%-
XYZ7.724.279.22-
YUV54.99145.5162.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 86 (33.98% from 255) = 40.19%
R=48.60%
G=11.21%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104248600.770.170.59313.562.525.1
Hex68185604D113B13a3e19
Octal15030126011521734727631
Binary1101000110001010110010011011000111101110011101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681856; }

 p { color: rgb(104,24,86); }

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

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

 a { background-color: rgb(104,24,86); }

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

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

 span { border-color: rgb(104,24,86); }

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