#68065B

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

Shades of Palatinate Purple #68065B

Tints of Palatinate Purple #68065B

Color information

#68065B (or 0x68065B) is unknown color: approx Palatinate Purple. HEX triplet: 68, 06 and 5B. RGB value is (104,6,91). Sum of RGB (Red+Green+Blue) = 104+6+91=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 91 (35.94% from 255 or 45.27% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #68065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68065B is #97F9A4. Grayscale: #2C2C2C. Windows color (decimal): -9959845 or 5965416. OLE color: 5965416.

HSL color Cylindrical-coordinate representation of color #68065B: hue angle of 307.96º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68065B is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB104691-
CMYK00.940.120.59
HSL307.96º89.09%21.57%-
HSV(B)307.96º94.23%40.78%-
XYZ7.663.8310.23-
YUV44.99153.97170.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 6 (2.73% from 255) = 2.99%
BLUE value IS 91 (35.94% from 255) = 45.27%
R=51.74%
G=2.99%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10469100.940.120.59307.9689.0921.57
Hex6865B05EC3B1345916
Octal15061330136147346413126
Binary11010001101011011010111101100111011100110100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68065B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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