#68235D

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

Shades of Palatinate Purple #68235D

Tints of Palatinate Purple #68235D

Color information

#68235D (or 0x68235D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 5D. RGB value is (104,35,93). Sum of RGB (Red+Green+Blue) = 104+35+93=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68235D is #97DCA2. Grayscale: #3E3E3E. Windows color (decimal): -9952419 or 6103912. OLE color: 6103912.

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

Color convert

RGB1043593-
CMYK00.660.110.59
HSL309.57º49.64%27.25%-
HSV(B)309.57º66.35%40.78%-
XYZ8.294.9410.87-
YUV62.24145.36157.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=44.83%
G=15.09%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104359300.660.110.59309.5749.6427.25
Hex68235D042B3B136321b
Octal15043135010213734666233
Binary1101000100011101110101000010101111101110011011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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