#680361

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

Shades of Palatinate Purple #680361

Tints of Palatinate Purple #680361

Color information

#680361 (or 0x680361) is unknown color: approx Palatinate Purple. HEX triplet: 68, 03 and 61. RGB value is (104,3,97). Sum of RGB (Red+Green+Blue) = 104+3+97=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #680361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680361 is #97FC9E. Grayscale: #2B2B2B. Windows color (decimal): -9960607 or 6357864. OLE color: 6357864.

HSL color Cylindrical-coordinate representation of color #680361: hue angle of 304.16º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #680361 is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB104397-
CMYK00.970.070.59
HSL304.16º94.39%20.98%-
HSV(B)304.16º97.12%40.78%-
XYZ7.93.8711.64-
YUV43.92157.96170.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=50.98%
G=1.47%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10439700.970.070.59304.1694.3920.98
Hex6836106173B1305e15
Octal1503141014177346013625
Binary110100011110000101100001111111011100110000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680361; }

 p { color: rgb(104,3,97); }

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

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

 a { background-color: rgb(104,3,97); }

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

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

 span { border-color: rgb(104,3,97); }

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