#68015D

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

Shades of Palatinate Purple #68015D

Tints of Palatinate Purple #68015D

Color information

#68015D (or 0x68015D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 01 and 5D. RGB value is (104,1,93). Sum of RGB (Red+Green+Blue) = 104+1+93=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68015D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68015D is #97FEA2. Grayscale: #2A2A2A. Windows color (decimal): -9961123 or 6095208. OLE color: 6095208.

HSL color Cylindrical-coordinate representation of color #68015D: hue angle of 306.41º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68015D is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB104193-
CMYK00.990.110.59
HSL306.41º98.1%20.59%-
HSV(B)306.41º99.04%40.78%-
XYZ7.73.7610.68-
YUV42.28156.62172.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=52.53%
G=0.51%
B=46.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10419300.990.110.59306.4198.120.59
Hex6815D063B3B1326215
Octal15011350143137346214225
Binary110100011011101011000111011111011100110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68015D; }

 p { color: rgb(104,1,93); }

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

<style>
 a { background-color: #68015D; }

 a { background-color: rgb(104,1,93); }

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

<style>
 span { border-color: #68015D; }

 span { border-color: rgb(104,1,93); }

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