#680B63

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

Shades of Palatinate Purple #680B63

Tints of Palatinate Purple #680B63

Color information

#680B63 (or 0x680B63) is unknown color: approx Palatinate Purple. HEX triplet: 68, 0B and 63. RGB value is (104,11,99). Sum of RGB (Red+Green+Blue) = 104+11+99=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 99 (39.06% from 255 or 46.26% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #680B63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B63 is #97F49C. Grayscale: #303030. Windows color (decimal): -9958557 or 6490984. OLE color: 6490984.

HSL color Cylindrical-coordinate representation of color #680B63: hue angle of 303.23º 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 #680B63 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1041199-
CMYK00.890.050.59
HSL303.23º80.87%22.55%-
HSV(B)303.23º89.42%40.78%-
XYZ8.084.0812.17-
YUV48.84156.31167.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 11 (4.69% from 255) = 5.14%
BLUE value IS 99 (39.06% from 255) = 46.26%
R=48.60%
G=5.14%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104119900.890.050.59303.2380.8722.55
Hex68B6305953B12f5117
Octal15013143013157345712127
Binary11010001011110001101011001101111011100101111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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