#680A5C

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

Shades of Palatinate Purple #680A5C

Tints of Palatinate Purple #680A5C

Color information

#680A5C (or 0x680A5C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0A and 5C. RGB value is (104,10,92). Sum of RGB (Red+Green+Blue) = 104+10+92=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 10 (4.30% from 255 or 4.85% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #680A5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680A5C is #97F5A3. Grayscale: #2F2F2F. Windows color (decimal): -9958820 or 6031976. OLE color: 6031976.

HSL color Cylindrical-coordinate representation of color #680A5C: hue angle of 307.66º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A5C is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1041092-
CMYK00.900.120.59
HSL307.66º82.46%22.35%-
HSV(B)307.66º90.38%40.78%-
XYZ7.753.9310.48-
YUV47.45153.14168.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 10 (4.30% from 255) = 4.85%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=50.49%
G=4.85%
B=44.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104109200.900.120.59307.6682.4622.35
Hex68A5C05AC3B1345216
Octal150121340132147346412226
Binary110100010101011100010110101100111011100110100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,10,92); }

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

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

 a { background-color: rgb(104,10,92); }

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

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

 span { border-color: rgb(104,10,92); }

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