#68176B

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

Shades of Palatinate Purple #68176B

Tints of Palatinate Purple #68176B

Color information

#68176B (or 0x68176B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 17 and 6B. RGB value is (104,23,107). Sum of RGB (Red+Green+Blue) = 104+23+107=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 107 (42.19% from 255 or 45.73% from 234); Max value from RGB is 107 - color contains mainly: blue. Hex color #68176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68176B is #97E894. Grayscale: #383838. Windows color (decimal): -9955477 or 7018344. OLE color: 7018344.

HSL color Cylindrical-coordinate representation of color #68176B: hue angle of 297.86º degrees, saturation: 0.65, 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 #68176B is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10423107-
CMYK0.030.7900.58
HSL297.86º64.62%25.49%-
HSV(B)297.86º78.5%41.96%-
XYZ8.674.6214.34-
YUV56.8156.34161.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.44%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 107 (42.19% from 255) = 45.73%
R=44.44%
G=9.83%
B=45.73%

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
Decimal104231070.030.7900.58297.8664.6225.49
Hex68176B34F03A12a4119
Octal15027153311707245210131
Binary11010001011111010111110011110111010100101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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