#68065F

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

Shades of Palatinate Purple #68065F

Tints of Palatinate Purple #68065F

Color information

#68065F (or 0x68065F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 06 and 5F. RGB value is (104,6,95). Sum of RGB (Red+Green+Blue) = 104+6+95=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68065F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68065F is #97F9A0. Grayscale: #2D2D2D. Windows color (decimal): -9959841 or 6227560. OLE color: 6227560.

HSL color Cylindrical-coordinate representation of color #68065F: hue angle of 305.51º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68065F is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB104695-
CMYK00.940.090.59
HSL305.51º89.09%21.57%-
HSV(B)305.51º94.23%40.78%-
XYZ7.843.911.17-
YUV45.45155.97169.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 95 (37.5% from 255) = 46.34%
R=50.73%
G=2.93%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10469500.940.090.59305.5189.0921.57
Hex6865F05E93B1325916
Octal15061370136117346213126
Binary11010001101011111010111101001111011100110010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68065F; }

 p { color: rgb(104,6,95); }

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

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

 a { background-color: rgb(104,6,95); }

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

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

 span { border-color: rgb(104,6,95); }

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