#68156C

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

Shades of Palatinate Purple #68156C

Tints of Palatinate Purple #68156C

Color information

#68156C (or 0x68156C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 6C. RGB value is (104,21,108). Sum of RGB (Red+Green+Blue) = 104+21+108=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #68156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68156C is #97EA93. Grayscale: #373737. Windows color (decimal): -9955988 or 7083368. OLE color: 7083368.

HSL color Cylindrical-coordinate representation of color #68156C: hue angle of 297.24º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68156C is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10421108-
CMYK0.040.8100.58
HSL297.24º67.44%25.29%-
HSV(B)297.24º80.56%42.35%-
XYZ8.684.5614.61-
YUV55.74157.5162.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 108 (42.58% from 255) = 46.35%
R=44.64%
G=9.01%
B=46.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104211080.040.8100.58297.2467.4425.29
Hex68156C45103A1294319
Octal15025154412107245110331
Binary110100010101110110010010100010111010100101001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68156C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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