#681758

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

Shades of Palatinate Purple #681758

Tints of Palatinate Purple #681758

Color information

#681758 (or 0x681758) is unknown color: approx Palatinate Purple. HEX triplet: 68, 17 and 58. RGB value is (104,23,88). Sum of RGB (Red+Green+Blue) = 104+23+88=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #681758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681758 is #97E8A7. Grayscale: #363636. Windows color (decimal): -9955496 or 5773160. OLE color: 5773160.

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

Color convert

RGB1042388-
CMYK00.780.150.59
HSL311.85º63.78%24.9%-
HSV(B)311.85º77.88%40.78%-
XYZ7.784.269.64-
YUV54.63146.84163.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=48.37%
G=10.70%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104238800.780.150.59311.8563.7824.9
Hex68175804EF3B1384019
Octal150271300116177347010031
Binary1101000101111011000010011101111111011100111000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681758; }

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

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

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

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

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

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

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

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