#68365D

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

Shades of Palatinate Purple #68365D

Tints of Palatinate Purple #68365D

Color information

#68365D (or 0x68365D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 36 and 5D. RGB value is (104,54,93). Sum of RGB (Red+Green+Blue) = 104+54+93=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68365D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68365D is #97C9A2. Grayscale: #494949. Windows color (decimal): -9947555 or 6108776. OLE color: 6108776.

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

Color convert

RGB1045493-
CMYK00.480.110.59
HSL313.2º31.65%30.98%-
HSV(B)313.2º48.08%40.78%-
XYZ96.3711.11-
YUV73.4139.06149.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=41.43%
G=21.51%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104549300.480.110.59313.231.6530.98
Hex68365D030B3B139201f
Octal1506613506013734714037
Binary110100011011010111010110000101111101110011100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68365D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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