#68075E

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

Shades of Palatinate Purple #68075E

Tints of Palatinate Purple #68075E

Color information

#68075E (or 0x68075E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 07 and 5E. RGB value is (104,7,94). Sum of RGB (Red+Green+Blue) = 104+7+94=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #68075E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68075E is #97F8A1. Grayscale: #2D2D2D. Windows color (decimal): -9959586 or 6162280. OLE color: 6162280.

HSL color Cylindrical-coordinate representation of color #68075E: hue angle of 306.19º 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 #68075E is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB104794-
CMYK00.930.100.59
HSL306.19º87.39%21.76%-
HSV(B)306.19º93.27%40.78%-
XYZ7.813.910.93-
YUV45.92155.14169.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=50.73%
G=3.41%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10479400.930.100.59306.1987.3921.76
Hex6875E05DA3B1325716
Octal15071360135127346212726
Binary11010001111011110010111011010111011100110010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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