#68105E

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

Shades of Palatinate Purple #68105E

Tints of Palatinate Purple #68105E

Color information

#68105E (or 0x68105E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 10 and 5E. RGB value is (104,16,94). Sum of RGB (Red+Green+Blue) = 104+16+94=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 94 (37.11% from 255 or 43.93% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68105E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68105E is #97EFA1. Grayscale: #323232. Windows color (decimal): -9957282 or 6164584. OLE color: 6164584.

HSL color Cylindrical-coordinate representation of color #68105E: hue angle of 306.82º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68105E is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1041694-
CMYK00.850.100.59
HSL306.82º73.33%23.53%-
HSV(B)306.82º84.62%40.78%-
XYZ7.914.1210.97-
YUV51.2152.15165.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 94 (37.11% from 255) = 43.93%
R=48.60%
G=7.48%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104169400.850.100.59306.8273.3323.53
Hex68105E055A3B1334918
Octal150201360125127346311130
Binary1101000100001011110010101011010111011100110011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68105E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68105E; }

 p { color: rgb(104,16,94); }

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

<style>
 a { background-color: #68105E; }

 a { background-color: rgb(104,16,94); }

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

<style>
 span { border-color: #68105E; }

 span { border-color: rgb(104,16,94); }

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