#68165A

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

Shades of Palatinate Purple #68165A

Tints of Palatinate Purple #68165A

Color information

#68165A (or 0x68165A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 16 and 5A. RGB value is (104,22,90). Sum of RGB (Red+Green+Blue) = 104+22+90=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68165A is #97E9A5. Grayscale: #363636. Windows color (decimal): -9955750 or 5903976. OLE color: 5903976.

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

Color convert

RGB1042290-
CMYK00.790.130.59
HSL310.24º65.08%24.71%-
HSV(B)310.24º78.85%40.78%-
XYZ7.844.2610.08-
YUV54.27148.17163.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.15%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=48.15%
G=10.19%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104229000.790.130.59310.2465.0824.71
Hex68165A04FD3B1364119
Octal150261320117157346610131
Binary1101000101101011010010011111101111011100110110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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