#68176A

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

Shades of Palatinate Purple #68176A

Tints of Palatinate Purple #68176A

Color information

#68176A (or 0x68176A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 17 and 6A. RGB value is (104,23,106). Sum of RGB (Red+Green+Blue) = 104+23+106=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 106 (41.80% from 255 or 45.49% from 233); Max value from RGB is 106 - color contains mainly: blue. Hex color #68176A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68176A is #97E895. Grayscale: #383838. Windows color (decimal): -9955478 or 6952808. OLE color: 6952808.

HSL color Cylindrical-coordinate representation of color #68176A: hue angle of 298.55º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68176A is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10423106-
CMYK0.020.7800.58
HSL298.55º64.34%25.29%-
HSV(B)298.55º78.3%41.57%-
XYZ8.624.614.07-
YUV56.68155.84161.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 106 (41.80% from 255) = 45.49%
R=44.64%
G=9.87%
B=45.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104231060.020.7800.58298.5564.3425.29
Hex68176A24E03A12b4019
Octal15027152211607245310031
Binary11010001011111010101010011100111010100101011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68176A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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