#68115F

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

Shades of Palatinate Purple #68115F

Tints of Palatinate Purple #68115F

Color information

#68115F (or 0x68115F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 5F. RGB value is (104,17,95). Sum of RGB (Red+Green+Blue) = 104+17+95=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 95 (37.5% from 255 or 43.98% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115F is #97EEA0. Grayscale: #333333. Windows color (decimal): -9957025 or 6230376. OLE color: 6230376.

HSL color Cylindrical-coordinate representation of color #68115F: hue angle of 306.21º 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 #68115F is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1041795-
CMYK00.840.090.59
HSL306.21º71.9%23.73%-
HSV(B)306.21º83.65%40.78%-
XYZ7.974.1711.21-
YUV51.9152.32165.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 95 (37.5% from 255) = 43.98%
R=48.15%
G=7.87%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104179500.840.090.59306.2171.923.73
Hex68115F05493B1324818
Octal150211370124117346211030
Binary1101000100011011111010101001001111011100110010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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