#68155F

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

Shades of Palatinate Purple #68155F

Tints of Palatinate Purple #68155F

Color information

#68155F (or 0x68155F) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 5F. RGB value is (104,21,95). Sum of RGB (Red+Green+Blue) = 104+21+95=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 95 (37.5% from 255 or 43.18% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155F is #97EAA0. Grayscale: #363636. Windows color (decimal): -9956001 or 6231400. OLE color: 6231400.

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

Color convert

RGB1042195-
CMYK00.800.090.59
HSL306.51º66.4%24.51%-
HSV(B)306.51º79.81%40.78%-
XYZ8.044.3111.23-
YUV54.25151163.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 95 (37.5% from 255) = 43.18%
R=47.27%
G=9.55%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219500.800.090.59306.5166.424.51
Hex68155F05093B1334219
Octal150251370120117346310231
Binary1101000101011011111010100001001111011100110011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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