#68085B

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

Shades of Palatinate Purple #68085B

Tints of Palatinate Purple #68085B

Color information

#68085B (or 0x68085B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 08 and 5B. RGB value is (104,8,91). Sum of RGB (Red+Green+Blue) = 104+8+91=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68085B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68085B is #97F7A4. Grayscale: #2D2D2D. Windows color (decimal): -9959333 or 5965928. OLE color: 5965928.

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

Color convert

RGB104891-
CMYK00.920.120.59
HSL308.12º85.71%21.96%-
HSV(B)308.12º92.31%40.78%-
XYZ7.683.8710.24-
YUV46.17153.3169.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 8 (3.52% from 255) = 3.94%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=51.23%
G=3.94%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10489100.920.120.59308.1285.7121.96
Hex6885B05CC3B1345616
Octal150101330134147346412626
Binary110100010001011011010111001100111011100110100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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