#68375D

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

Shades of Palatinate Purple #68375D

Tints of Palatinate Purple #68375D

Color information

#68375D (or 0x68375D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 37 and 5D. RGB value is (104,55,93). Sum of RGB (Red+Green+Blue) = 104+55+93=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #68375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68375D is #97C8A2. Grayscale: #494949. Windows color (decimal): -9947299 or 6109032. OLE color: 6109032.

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

Color convert

RGB1045593-
CMYK00.470.110.59
HSL313.47º30.82%31.18%-
HSV(B)313.47º47.12%40.78%-
XYZ9.056.4711.13-
YUV73.98138.73149.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 93 (36.72% from 255) = 36.90%
R=41.27%
G=21.83%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104559300.470.110.59313.4730.8231.18
Hex68375D02FB3B1391f1f
Octal1506713505713734713737
Binary11010001101111011101010111110111110111001110011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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