#68305D

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

Shades of Palatinate Purple #68305D

Tints of Palatinate Purple #68305D

Color information

#68305D (or 0x68305D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 30 and 5D. RGB value is (104,48,93). Sum of RGB (Red+Green+Blue) = 104+48+93=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #68305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68305D is #97CFA2. Grayscale: #454545. Windows color (decimal): -9949091 or 6107240. OLE color: 6107240.

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

Color convert

RGB1044893-
CMYK00.540.110.59
HSL311.79º36.84%29.8%-
HSV(B)311.79º53.85%40.78%-
XYZ8.745.8511.02-
YUV69.87141.05152.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=42.45%
G=19.59%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104489300.540.110.59311.7936.8429.8
Hex68305D036B3B138251e
Octal1506013506613734704536
Binary110100011000010111010110110101111101110011100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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