#68145E

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

Shades of Palatinate Purple #68145E

Tints of Palatinate Purple #68145E

Color information

#68145E (or 0x68145E) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 5E. RGB value is (104,20,94). Sum of RGB (Red+Green+Blue) = 104+20+94=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 94 (37.11% from 255 or 43.12% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68145E is #97EBA1. Grayscale: #353535. Windows color (decimal): -9956258 or 6165608. OLE color: 6165608.

HSL color Cylindrical-coordinate representation of color #68145E: hue angle of 307.14º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68145E is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1042094-
CMYK00.810.100.59
HSL307.14º67.74%24.31%-
HSV(B)307.14º80.77%40.78%-
XYZ7.984.2510.99-
YUV53.55150.83163.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.71%
GREEN value IS 20 (8.20% from 255) = 9.17%
BLUE value IS 94 (37.11% from 255) = 43.12%
R=47.71%
G=9.17%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104209400.810.100.59307.1467.7424.31
Hex68145E051A3B1334418
Octal150241360121127346310430
Binary1101000101001011110010100011010111011100110011100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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