#68395E

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

Shades of Palatinate Purple #68395E

Tints of Palatinate Purple #68395E

Color information

#68395E (or 0x68395E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 39 and 5E. RGB value is (104,57,94). Sum of RGB (Red+Green+Blue) = 104+57+94=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 104 - color contains mainly: red. Hex color #68395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68395E is #97C6A1. Grayscale: #4B4B4B. Windows color (decimal): -9946786 or 6175080. OLE color: 6175080.

HSL color Cylindrical-coordinate representation of color #68395E: hue angle of 312.77º 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 #68395E is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1045794-
CMYK00.450.100.59
HSL312.77º29.19%31.57%-
HSV(B)312.77º45.19%40.78%-
XYZ9.196.6811.39-
YUV75.27138.57148.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=40.78%
G=22.35%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104579400.450.100.59312.7729.1931.57
Hex68395E02DA3B1391d20
Octal1507113605512734713540
Binary110100011100110111100101101101011101110011100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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