#68315D

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

Shades of Palatinate Purple #68315D

Tints of Palatinate Purple #68315D

Color information

#68315D (or 0x68315D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 31 and 5D. RGB value is (104,49,93). Sum of RGB (Red+Green+Blue) = 104+49+93=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #68315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68315D is #97CEA2. Grayscale: #464646. Windows color (decimal): -9948835 or 6107496. OLE color: 6107496.

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

Color convert

RGB1044993-
CMYK00.530.110.59
HSL312º35.95%30%-
HSV(B)312º52.88%40.78%-
XYZ8.785.9311.04-
YUV70.46140.72151.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=42.28%
G=19.92%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104499300.530.110.5931235.9530
Hex68315D035B3B138241e
Octal1506113506513734704436
Binary110100011000110111010110101101111101110011100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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