#68116B

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

Shades of Palatinate Purple #68116B

Tints of Palatinate Purple #68116B

Color information

#68116B (or 0x68116B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 6B. RGB value is (104,17,107). Sum of RGB (Red+Green+Blue) = 104+17+107=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #68116B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116B is #97EE94. Grayscale: #353535. Windows color (decimal): -9957013 or 7016808. OLE color: 7016808.

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

Color convert

RGB10417107-
CMYK0.030.8400.58
HSL298º72.58%24.31%-
HSV(B)298º84.11%41.96%-
XYZ8.564.4114.31-
YUV53.27158.32164.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=45.61%
G=7.46%
B=46.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104171070.030.8400.5829872.5824.31
Hex68116B35403A12a4918
Octal15021153312407245211130
Binary11010001000111010111110101000111010100101010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68116B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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