#68175D

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

Shades of Palatinate Purple #68175D

Tints of Palatinate Purple #68175D

Color information

#68175D (or 0x68175D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 17 and 5D. RGB value is (104,23,93). Sum of RGB (Red+Green+Blue) = 104+23+93=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68175D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68175D is #97E8A2. Grayscale: #373737. Windows color (decimal): -9955491 or 6100840. OLE color: 6100840.

HSL color Cylindrical-coordinate representation of color #68175D: hue angle of 308.15º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68175D is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1042393-
CMYK00.780.110.59
HSL308.15º63.78%24.9%-
HSV(B)308.15º77.88%40.78%-
XYZ7.994.3510.77-
YUV55.2149.34162.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 23 (9.38% from 255) = 10.45%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=47.27%
G=10.45%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104239300.780.110.59308.1563.7824.9
Hex68175D04EB3B1344019
Octal150271350116137346410031
Binary1101000101111011101010011101011111011100110100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68175D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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