#680758

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

Shades of Palatinate Purple #680758

Tints of Palatinate Purple #680758

Color information

#680758 (or 0x680758) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 58. RGB value is (104,7,88). Sum of RGB (Red+Green+Blue) = 104+7+88=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #680758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680758 is #97F8A7. Grayscale: #2D2D2D. Windows color (decimal): -9959592 or 5769064. OLE color: 5769064.

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

Color convert

RGB104788-
CMYK00.930.150.59
HSL309.9º87.39%21.76%-
HSV(B)309.9º93.27%40.78%-
XYZ7.553.89.57-
YUV45.24152.14169.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 7 (3.12% from 255) = 3.52%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=52.26%
G=3.52%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10478800.930.150.59309.987.3921.76
Hex6875805DF3B1365716
Octal15071300135177346612726
Binary11010001111011000010111011111111011100110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680758; }

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

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

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

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

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

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

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

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