#68165E

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

Shades of Palatinate Purple #68165E

Tints of Palatinate Purple #68165E

Color information

#68165E (or 0x68165E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 16 and 5E. RGB value is (104,22,94). Sum of RGB (Red+Green+Blue) = 104+22+94=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 94 (37.11% from 255 or 42.73% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68165E is #97E9A1. Grayscale: #363636. Windows color (decimal): -9955746 or 6166120. OLE color: 6166120.

HSL color Cylindrical-coordinate representation of color #68165E: hue angle of 307.32º 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 #68165E is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1042294-
CMYK00.790.100.59
HSL307.32º65.08%24.71%-
HSV(B)307.32º78.85%40.78%-
XYZ8.024.3311-
YUV54.73150.17163.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 94 (37.11% from 255) = 42.73%
R=47.27%
G=10%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104229400.790.100.59307.3265.0824.71
Hex68165E04FA3B1334119
Octal150261360117127346310131
Binary1101000101101011110010011111010111011100110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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