#68075D

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

Shades of Palatinate Purple #68075D

Tints of Palatinate Purple #68075D

Color information

#68075D (or 0x68075D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 5D. RGB value is (104,7,93). Sum of RGB (Red+Green+Blue) = 104+7+93=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #68075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075D is #97F8A2. Grayscale: #2D2D2D. Windows color (decimal): -9959587 or 6096744. OLE color: 6096744.

HSL color Cylindrical-coordinate representation of color #68075D: hue angle of 306.8º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68075D is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB104793-
CMYK00.930.110.59
HSL306.8º87.39%21.76%-
HSV(B)306.8º93.27%40.78%-
XYZ7.763.8910.7-
YUV45.81154.64169.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 7 (3.12% from 255) = 3.43%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=50.98%
G=3.43%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10479300.930.110.59306.887.3921.76
Hex6875D05DB3B1335716
Octal15071350135137346312726
Binary11010001111011101010111011011111011100110011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68075D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68075D; }

 p { color: rgb(104,7,93); }

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

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

 a { background-color: rgb(104,7,93); }

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

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

 span { border-color: rgb(104,7,93); }

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