#68156b

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

Shades of Palatinate Purple #68156B

Tints of Palatinate Purple #68156B

Color information

#68156B (or 0x68156B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 15 and 6B. RGB value is (104,21,107). Sum of RGB (Red+Green+Blue) = 104+21+107=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #68156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68156B is #97EA94. Grayscale: #373737. Windows color (decimal): -9955989 or 7017832. OLE color: 7017832.

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

Color convert

RGB10421107-
CMYK0.030.8000.58
HSL297.91º67.19%25.1%-
HSV(B)297.91º80.37%41.96%-
XYZ8.634.5414.33-
YUV55.62157162.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 21 (8.59% from 255) = 9.05%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=44.83%
G=9.05%
B=46.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104211070.030.8000.58297.9167.1925.1
Hex68156B35003A12a4319
Octal15025153312007245210331
Binary11010001010111010111110100000111010100101010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68156b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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