#68325E

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

Shades of Palatinate Purple #68325E

Tints of Palatinate Purple #68325E

Color information

#68325E (or 0x68325E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 32 and 5E. RGB value is (104,50,94). Sum of RGB (Red+Green+Blue) = 104+50+94=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68325E is #97CDA1. Grayscale: #474747. Windows color (decimal): -9948578 or 6173288. OLE color: 6173288.

HSL color Cylindrical-coordinate representation of color #68325E: hue angle of 311.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68325E is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1045094-
CMYK00.520.100.59
HSL311.11º35.06%30.2%-
HSV(B)311.11º51.92%40.78%-
XYZ8.876.0311.29-
YUV71.16140.89151.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=41.94%
G=20.16%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104509400.520.100.59311.1135.0630.2
Hex68325E034A3B137231e
Octal1506213606412734674336
Binary110100011001010111100110100101011101110011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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