#68085A

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

Shades of Palatinate Purple #68085A

Tints of Palatinate Purple #68085A

Color information

#68085A (or 0x68085A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 08 and 5A. RGB value is (104,8,90). Sum of RGB (Red+Green+Blue) = 104+8+90=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68085A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085A is #97F7A5. Grayscale: #2D2D2D. Windows color (decimal): -9959334 or 5900392. OLE color: 5900392.

HSL color Cylindrical-coordinate representation of color #68085A: hue angle of 308.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68085A is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB104890-
CMYK00.920.130.59
HSL308.75º85.71%21.96%-
HSV(B)308.75º92.31%40.78%-
XYZ7.643.8510.01-
YUV46.05152.8169.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=51.49%
G=3.96%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10489000.920.130.59308.7585.7121.96
Hex6885A05CD3B1355616
Octal150101320134157346512626
Binary110100010001011010010111001101111011100110101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68085A; }

 p { color: rgb(104,8,90); }

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

<style>
 a { background-color: #68085A; }

 a { background-color: rgb(104,8,90); }

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

<style>
 span { border-color: #68085A; }

 span { border-color: rgb(104,8,90); }

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