#68116F

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

Shades of Palatinate Purple #68116F

Tints of Palatinate Purple #68116F

Color information

#68116F (or 0x68116F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 6F. RGB value is (104,17,111). Sum of RGB (Red+Green+Blue) = 104+17+111=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #68116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68116F is #97EE90. Grayscale: #353535. Windows color (decimal): -9957009 or 7278952. OLE color: 7278952.

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

Color convert

RGB10417111-
CMYK0.060.8500.56
HSL295.53º73.44%25.1%-
HSV(B)295.53º84.68%43.53%-
XYZ8.784.4915.44-
YUV53.73160.32163.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=44.83%
G=7.33%
B=47.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104171110.060.8500.56295.5373.4425.1
Hex68116F6550381284919
Octal15021157612507045011131
Binary110100010001110111111010101010111000100101000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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