#68345D

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

Shades of Palatinate Purple #68345D

Tints of Palatinate Purple #68345D

Color information

#68345D (or 0x68345D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 34 and 5D. RGB value is (104,52,93). Sum of RGB (Red+Green+Blue) = 104+52+93=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68345D is #97CBA2. Grayscale: #484848. Windows color (decimal): -9948067 or 6108264. OLE color: 6108264.

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

Color convert

RGB1045293-
CMYK00.500.110.59
HSL312.69º33.33%30.59%-
HSV(B)312.69º50%40.78%-
XYZ8.916.1911.08-
YUV72.22139.73150.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 93 (36.72% from 255) = 37.35%
R=41.77%
G=20.88%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104529300.500.110.59312.6933.3330.59
Hex68345D032B3B139211f
Octal1506413506213734714137
Binary110100011010010111010110010101111101110011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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