#68115A

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

Shades of Palatinate Purple #68115A

Tints of Palatinate Purple #68115A

Color information

#68115A (or 0x68115A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 11 and 5A. RGB value is (104,17,90). Sum of RGB (Red+Green+Blue) = 104+17+90=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 17 (7.03% from 255 or 8.06% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68115A is #97EEA5. Grayscale: #333333. Windows color (decimal): -9957030 or 5902696. OLE color: 5902696.

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

Color convert

RGB1041790-
CMYK00.840.130.59
HSL309.66º71.9%23.73%-
HSV(B)309.66º83.65%40.78%-
XYZ7.754.0810.05-
YUV51.34149.82165.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.29%
GREEN value IS 17 (7.03% from 255) = 8.06%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=49.29%
G=8.06%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104179000.840.130.59309.6671.923.73
Hex68115A054D3B1364818
Octal150211320124157346611030
Binary1101000100011011010010101001101111011100110110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68115A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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