#681956

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

Shades of Palatinate Purple #681956

Tints of Palatinate Purple #681956

Color information

#681956 (or 0x681956) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 56. RGB value is (104,25,86). Sum of RGB (Red+Green+Blue) = 104+25+86=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #681956 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681956 is #97E6A9. Grayscale: #373737. Windows color (decimal): -9954986 or 5642600. OLE color: 5642600.

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

Color convert

RGB1042586-
CMYK00.760.170.59
HSL313.67º61.24%25.29%-
HSV(B)313.67º75.96%40.78%-
XYZ7.744.319.23-
YUV55.58145.17162.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 86 (33.98% from 255) = 40%
R=48.37%
G=11.63%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104258600.760.170.59313.6761.2425.29
Hex68195604C113B13a3d19
Octal15031126011421734727531
Binary1101000110011010110010011001000111101110011101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681956; }

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

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

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

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

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

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

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

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