#68146D

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

Shades of Palatinate Purple #68146D

Tints of Palatinate Purple #68146D

Color information

#68146D (or 0x68146D) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 6D. RGB value is (104,20,109). Sum of RGB (Red+Green+Blue) = 104+20+109=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #68146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68146D is #97EB92. Grayscale: #363636. Windows color (decimal): -9956243 or 7148648. OLE color: 7148648.

HSL color Cylindrical-coordinate representation of color #68146D: hue angle of 296.63º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68146D is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10420109-
CMYK0.050.8200.57
HSL296.63º68.99%25.29%-
HSV(B)296.63º81.65%42.75%-
XYZ8.724.5514.89-
YUV55.26158.33162.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=44.64%
G=8.58%
B=46.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104201090.050.8200.57296.6368.9925.29
Hex68146D5520391294519
Octal15024155512207145110531
Binary110100010100110110110110100100111001100101001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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