#68235E

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

Shades of Palatinate Purple #68235E

Tints of Palatinate Purple #68235E

Color information

#68235E (or 0x68235E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 23 and 5E. RGB value is (104,35,94). Sum of RGB (Red+Green+Blue) = 104+35+94=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #68235E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68235E is #97DCA1. Grayscale: #3E3E3E. Windows color (decimal): -9952418 or 6169448. OLE color: 6169448.

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

Color convert

RGB1043594-
CMYK00.660.100.59
HSL308.7º49.64%27.25%-
HSV(B)308.7º66.35%40.78%-
XYZ8.334.9511.11-
YUV62.36145.86157.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=44.64%
G=15.02%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104359400.660.100.59308.749.6427.25
Hex68235E042A3B135321b
Octal15043136010212734656233
Binary1101000100011101111001000010101011101110011010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68235E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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