#680060

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

Shades of Palatinate Purple #680060

Tints of Palatinate Purple #680060

Color information

#680060 (or 0x680060) is unknown color: approx Palatinate Purple. HEX triplet: 68, 00 and 60. RGB value is (104,0,96). Sum of RGB (Red+Green+Blue) = 104+0+96=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #680060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680060 is #97FF9F. Grayscale: #292929. Windows color (decimal): -9961376 or 6291560. OLE color: 6291560.

HSL color Cylindrical-coordinate representation of color #680060: hue angle of 304.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #680060 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB104096-
CMYK010.080.59
HSL304.62º100%20.39%-
HSV(B)304.62º100%40.78%-
XYZ7.823.7911.39-
YUV42.04158.46172.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 48%
R=52%
G=0%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104096010.080.59304.6210020.39
Hex6806006483B1316414
Octal15001400144107346114424
Binary110100001100000011001001000111011100110001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680060; }

 p { color: rgb(104,0,96); }

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

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

 a { background-color: rgb(104,0,96); }

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

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

 span { border-color: rgb(104,0,96); }

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