#68146A

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

Shades of Palatinate Purple #68146A

Tints of Palatinate Purple #68146A

Color information

#68146A (or 0x68146A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 6A. RGB value is (104,20,106). Sum of RGB (Red+Green+Blue) = 104+20+106=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #68146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68146A is #97EB95. Grayscale: #363636. Windows color (decimal): -9956246 or 6952040. OLE color: 6952040.

HSL color Cylindrical-coordinate representation of color #68146A: hue angle of 298.6º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68146A is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10420106-
CMYK0.020.8100.58
HSL298.6º68.25%24.71%-
HSV(B)298.6º81.13%41.57%-
XYZ8.564.4814.05-
YUV54.92156.83163.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.22%
GREEN value IS 20 (8.20% from 255) = 8.70%
BLUE value IS 106 (41.80% from 255) = 46.09%
R=45.22%
G=8.70%
B=46.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104201060.020.8100.58298.668.2524.71
Hex68146A25103A12b4419
Octal15024152212107245310431
Binary11010001010011010101010100010111010100101011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,20,106); }

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

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

 a { background-color: rgb(104,20,106); }

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

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

 span { border-color: rgb(104,20,106); }

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