#68305B

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

Shades of Palatinate Purple #68305B

Tints of Palatinate Purple #68305B

Color information

#68305B (or 0x68305B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 30 and 5B. RGB value is (104,48,91). Sum of RGB (Red+Green+Blue) = 104+48+91=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #68305B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68305B is #97CFA4. Grayscale: #454545. Windows color (decimal): -9949093 or 5976168. OLE color: 5976168.

HSL color Cylindrical-coordinate representation of color #68305B: hue angle of 313.93º 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 #68305B is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB1044891-
CMYK00.540.120.59
HSL313.93º36.84%29.8%-
HSV(B)313.93º53.85%40.78%-
XYZ8.655.8110.56-
YUV69.65140.05152.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 91 (35.94% from 255) = 37.45%
R=42.80%
G=19.75%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104489100.540.120.59313.9336.8429.8
Hex68305B036C3B13a251e
Octal1506013306614734724536
Binary110100011000010110110110110110011101110011101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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