#680360

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

Shades of Palatinate Purple #680360

Tints of Palatinate Purple #680360

Color information

#680360 (or 0x680360) is unknown color: approx Palatinate Purple. HEX triplet: 68, 03 and 60. RGB value is (104,3,96). Sum of RGB (Red+Green+Blue) = 104+3+96=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #680360 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680360 is #97FC9F. Grayscale: #2B2B2B. Windows color (decimal): -9960608 or 6292328. OLE color: 6292328.

HSL color Cylindrical-coordinate representation of color #680360: hue angle of 304.75º 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 #680360 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB104396-
CMYK00.970.080.59
HSL304.75º94.39%20.98%-
HSV(B)304.75º97.12%40.78%-
XYZ7.853.8511.4-
YUV43.8157.46170.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=51.23%
G=1.48%
B=47.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10439600.970.080.59304.7594.3920.98
Hex6836006183B1315e15
Octal15031400141107346113625
Binary1101000111100000011000011000111011100110001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680360; }

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

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

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

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

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

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

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

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