#681958

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

Shades of Palatinate Purple #681958

Tints of Palatinate Purple #681958

Color information

#681958 (or 0x681958) is unknown color: approx Palatinate Purple. HEX triplet: 68, 19 and 58. RGB value is (104,25,88). Sum of RGB (Red+Green+Blue) = 104+25+88=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #681958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681958 is #97E6A7. Grayscale: #373737. Windows color (decimal): -9954984 or 5773672. OLE color: 5773672.

HSL color Cylindrical-coordinate representation of color #681958: hue angle of 312.15º 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 #681958 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1042588-
CMYK00.760.150.59
HSL312.15º61.24%25.29%-
HSV(B)312.15º75.96%40.78%-
XYZ7.824.349.66-
YUV55.8146.17162.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 88 (34.77% from 255) = 40.55%
R=47.93%
G=11.52%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104258800.760.150.59312.1561.2425.29
Hex68195804CF3B1383d19
Octal15031130011417734707531
Binary110100011001101100001001100111111101110011100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681958; }

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

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

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

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

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

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

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

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