#68015C

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

Shades of Palatinate Purple #68015C

Tints of Palatinate Purple #68015C

Color information

#68015C (or 0x68015C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 01 and 5C. RGB value is (104,1,92). Sum of RGB (Red+Green+Blue) = 104+1+92=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #68015C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68015C is #97FEA3. Grayscale: #292929. Windows color (decimal): -9961124 or 6029672. OLE color: 6029672.

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

Color convert

RGB104192-
CMYK00.990.120.59
HSL306.99º98.1%20.59%-
HSV(B)306.99º99.04%40.78%-
XYZ7.653.7410.44-
YUV42.17156.12172.1-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=52.79%
G=0.51%
B=46.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10419200.990.120.59306.9998.120.59
Hex6815C063C3B1336215
Octal15011340143147346314225
Binary110100011011100011000111100111011100110011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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