#680B58

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

Shades of Palatinate Purple #680B58

Tints of Palatinate Purple #680B58

Color information

#680B58 (or 0x680B58) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0B and 58. RGB value is (104,11,88). Sum of RGB (Red+Green+Blue) = 104+11+88=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #680B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B58 is #97F4A7. Grayscale: #2F2F2F. Windows color (decimal): -9958568 or 5770088. OLE color: 5770088.

HSL color Cylindrical-coordinate representation of color #680B58: hue angle of 310.32º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B58 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1041188-
CMYK00.890.150.59
HSL310.32º80.87%22.55%-
HSV(B)310.32º89.42%40.78%-
XYZ7.593.899.58-
YUV47.58150.81168.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=51.23%
G=5.42%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104118800.890.150.59310.3280.8722.55
Hex68B58059F3B1365117
Octal150131300131177346612127
Binary110100010111011000010110011111111011100110110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680B58; }

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

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

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

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

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

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

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

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