#68166B

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

Shades of Palatinate Purple #68166B

Tints of Palatinate Purple #68166B

Color information

#68166B (or 0x68166B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 16 and 6B. RGB value is (104,22,107). Sum of RGB (Red+Green+Blue) = 104+22+107=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #68166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68166B is #97E994. Grayscale: #373737. Windows color (decimal): -9955733 or 7018088. OLE color: 7018088.

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

Color convert

RGB10422107-
CMYK0.030.7900.58
HSL297.88º65.89%25.29%-
HSV(B)297.88º79.44%41.96%-
XYZ8.654.5814.34-
YUV56.21156.67162.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 22 (8.98% from 255) = 9.44%
BLUE value IS 107 (42.19% from 255) = 45.92%
R=44.64%
G=9.44%
B=45.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104221070.030.7900.58297.8865.8925.29
Hex68166B34F03A12a4219
Octal15026153311707245210231
Binary11010001011011010111110011110111010100101010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68166B; }

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

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

<style>
 a { background-color: #68166B; }

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

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

<style>
 span { border-color: #68166B; }

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

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