#68395C

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

Shades of Palatinate Purple #68395C

Tints of Palatinate Purple #68395C

Color information

#68395C (or 0x68395C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 39 and 5C. RGB value is (104,57,92). Sum of RGB (Red+Green+Blue) = 104+57+92=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #68395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68395C is #97C6A3. Grayscale: #4A4A4A. Windows color (decimal): -9946788 or 6044008. OLE color: 6044008.

HSL color Cylindrical-coordinate representation of color #68395C: hue angle of 315.32º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68395C is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1045792-
CMYK00.450.120.59
HSL315.32º29.19%31.57%-
HSV(B)315.32º45.19%40.78%-
XYZ9.16.6410.93-
YUV75.04137.57148.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.11%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=41.11%
G=22.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104579200.450.120.59315.3229.1931.57
Hex68395C02DC3B13b1d20
Octal1507113405514734733540
Binary110100011100110111000101101110011101110011101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68395C; }

 p { color: rgb(104,57,92); }

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

<style>
 a { background-color: #68395C; }

 a { background-color: rgb(104,57,92); }

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

<style>
 span { border-color: #68395C; }

 span { border-color: rgb(104,57,92); }

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