#68115E

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

Shades of Palatinate Purple #68115E

Tints of Palatinate Purple #68115E

Color information

#68115E (or 0x68115E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 5E. RGB value is (104,17,94). Sum of RGB (Red+Green+Blue) = 104+17+94=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68115E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115E is #97EEA1. Grayscale: #333333. Windows color (decimal): -9957026 or 6164840. OLE color: 6164840.

HSL color Cylindrical-coordinate representation of color #68115E: hue angle of 306.9º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68115E is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1041794-
CMYK00.840.100.59
HSL306.9º71.9%23.73%-
HSV(B)306.9º83.65%40.78%-
XYZ7.934.1510.97-
YUV51.79151.82165.24-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 17 (7.03% from 255) = 7.91%
BLUE value IS 94 (37.11% from 255) = 43.72%
R=48.37%
G=7.91%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104179400.840.100.59306.971.923.73
Hex68115E054A3B1334818
Octal150211360124127346311030
Binary1101000100011011110010101001010111011100110011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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