#68155C

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

Shades of Palatinate Purple #68155C

Tints of Palatinate Purple #68155C

Color information

#68155C (or 0x68155C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 5C. RGB value is (104,21,92). Sum of RGB (Red+Green+Blue) = 104+21+92=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68155C is #97EAA3. Grayscale: #353535. Windows color (decimal): -9956004 or 6034792. OLE color: 6034792.

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

Color convert

RGB1042192-
CMYK00.800.120.59
HSL308.67º66.4%24.51%-
HSV(B)308.67º79.81%40.78%-
XYZ7.914.2510.53-
YUV53.91149.5163.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 21 (8.59% from 255) = 9.68%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=47.93%
G=9.68%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104219200.800.120.59308.6766.424.51
Hex68155C050C3B1354219
Octal150251340120147346510231
Binary1101000101011011100010100001100111011100110101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68155C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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