#68156D

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

Shades of Palatinate Purple #68156D

Tints of Palatinate Purple #68156D

Color information

#68156D (or 0x68156D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 6D. RGB value is (104,21,109). Sum of RGB (Red+Green+Blue) = 104+21+109=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 109 - color contains mainly: blue. Hex color #68156D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68156D is #97EA92. Grayscale: #373737. Windows color (decimal): -9955987 or 7148904. OLE color: 7148904.

HSL color Cylindrical-coordinate representation of color #68156D: hue angle of 296.59º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68156D is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10421109-
CMYK0.050.8100.57
HSL296.59º67.69%25.49%-
HSV(B)296.59º80.73%42.75%-
XYZ8.744.5814.89-
YUV55.85158162.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=44.44%
G=8.97%
B=46.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104211090.050.8100.57296.5967.6925.49
Hex68156D5510391294419
Octal15025155512107145110431
Binary110100010101110110110110100010111001100101001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68156D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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