#68055E

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

Shades of Palatinate Purple #68055E

Tints of Palatinate Purple #68055E

Color information

#68055E (or 0x68055E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 05 and 5E. RGB value is (104,5,94). Sum of RGB (Red+Green+Blue) = 104+5+94=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #68055E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68055E is #97FAA1. Grayscale: #2C2C2C. Windows color (decimal): -9960098 or 6161768. OLE color: 6161768.

HSL color Cylindrical-coordinate representation of color #68055E: hue angle of 306.06º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #68055E is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB104594-
CMYK00.950.100.59
HSL306.06º90.83%21.37%-
HSV(B)306.06º95.19%40.78%-
XYZ7.783.8610.92-
YUV44.75155.8170.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=51.23%
G=2.46%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10459400.950.100.59306.0690.8321.37
Hex6855E05FA3B1325b15
Octal15051360137127346213325
Binary11010001011011110010111111010111011100110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68055E; }

 p { color: rgb(104,5,94); }

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

<style>
 a { background-color: #68055E; }

 a { background-color: rgb(104,5,94); }

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

<style>
 span { border-color: #68055E; }

 span { border-color: rgb(104,5,94); }

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