#68165C

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

Shades of Palatinate Purple #68165C

Tints of Palatinate Purple #68165C

Color information

#68165C (or 0x68165C) is unknown color: approx Palatinate Purple. HEX triplet: 68, 16 and 5C. RGB value is (104,22,92). Sum of RGB (Red+Green+Blue) = 104+22+92=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68165C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68165C is #97E9A3. Grayscale: #363636. Windows color (decimal): -9955748 or 6035048. OLE color: 6035048.

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

Color convert

RGB1042292-
CMYK00.790.120.59
HSL308.78º65.08%24.71%-
HSV(B)308.78º78.85%40.78%-
XYZ7.934.2910.54-
YUV54.5149.17163.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 22 (8.98% from 255) = 10.09%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=47.71%
G=10.09%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104229200.790.120.59308.7865.0824.71
Hex68165C04FC3B1354119
Octal150261340117147346510131
Binary1101000101101011100010011111100111011100110101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68165C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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