#68005C

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

Shades of Palatinate Purple #68005C

Tints of Palatinate Purple #68005C

Color information

#68005C (or 0x68005C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 00 and 5C. RGB value is (104,0,92). Sum of RGB (Red+Green+Blue) = 104+0+92=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #68005C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68005C is #97FFA3. Grayscale: #292929. Windows color (decimal): -9961380 or 6029416. OLE color: 6029416.

HSL color Cylindrical-coordinate representation of color #68005C: hue angle of 306.92º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68005C is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB104092-
CMYK010.120.59
HSL306.92º100%20.39%-
HSV(B)306.92º100%40.78%-
XYZ7.643.7210.44-
YUV41.58156.46172.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=53.06%
G=0%
B=46.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104092010.120.59306.9210020.39
Hex6805C064C3B1336414
Octal15001340144147346314424
Binary110100001011100011001001100111011100110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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