#68155D

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

Shades of Palatinate Purple #68155D

Tints of Palatinate Purple #68155D

Color information

#68155D (or 0x68155D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 5D. RGB value is (104,21,93). Sum of RGB (Red+Green+Blue) = 104+21+93=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68155D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155D is #97EAA2. Grayscale: #353535. Windows color (decimal): -9956003 or 6100328. OLE color: 6100328.

HSL color Cylindrical-coordinate representation of color #68155D: hue angle of 307.95º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68155D is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1042193-
CMYK00.800.110.59
HSL307.95º66.4%24.51%-
HSV(B)307.95º79.81%40.78%-
XYZ7.954.2710.76-
YUV54.03150163.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=47.71%
G=9.63%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219300.800.110.59307.9566.424.51
Hex68155D050B3B1344219
Octal150251350120137346410231
Binary1101000101011011101010100001011111011100110100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68155D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68155D; }

 p { color: rgb(104,21,93); }

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

<style>
 a { background-color: #68155D; }

 a { background-color: rgb(104,21,93); }

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

<style>
 span { border-color: #68155D; }

 span { border-color: rgb(104,21,93); }

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