#68116C

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

Shades of Palatinate Purple #68116C

Tints of Palatinate Purple #68116C

Color information

#68116C (or 0x68116C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 6C. RGB value is (104,17,108). Sum of RGB (Red+Green+Blue) = 104+17+108=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #68116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116C is #97EE93. Grayscale: #353535. Windows color (decimal): -9957012 or 7082344. OLE color: 7082344.

HSL color Cylindrical-coordinate representation of color #68116C: hue angle of 297.36º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68116C is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10417108-
CMYK0.040.8400.58
HSL297.36º72.8%24.51%-
HSV(B)297.36º84.26%42.35%-
XYZ8.624.4314.59-
YUV53.39158.82164.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 17 (7.03% from 255) = 7.42%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=45.41%
G=7.42%
B=47.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104171080.040.8400.58297.3672.824.51
Hex68116C45403A1294919
Octal15021154412407245111131
Binary110100010001110110010010101000111010100101001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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