#68116E

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

Shades of Palatinate Purple #68116E

Tints of Palatinate Purple #68116E

Color information

#68116E (or 0x68116E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 6E. RGB value is (104,17,110). Sum of RGB (Red+Green+Blue) = 104+17+110=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 110 (43.36% from 255 or 47.62% from 231); Max value from RGB is 110 - color contains mainly: blue. Hex color #68116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116E is #97EE91. Grayscale: #353535. Windows color (decimal): -9957010 or 7213416. OLE color: 7213416.

HSL color Cylindrical-coordinate representation of color #68116E: hue angle of 296.13º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68116E is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10417110-
CMYK0.050.8500.57
HSL296.13º73.23%24.9%-
HSV(B)296.13º84.55%43.14%-
XYZ8.724.4715.15-
YUV53.62159.82163.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 110 (43.36% from 255) = 47.62%
R=45.02%
G=7.36%
B=47.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104171100.050.8500.57296.1373.2324.9
Hex68116E5550391284919
Octal15021156512507145011131
Binary110100010001110111010110101010111001100101000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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