#68145A

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

Shades of Palatinate Purple #68145A

Tints of Palatinate Purple #68145A

Color information

#68145A (or 0x68145A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 14 and 5A. RGB value is (104,20,90). Sum of RGB (Red+Green+Blue) = 104+20+90=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 20 (8.20% from 255 or 9.35% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68145A is #97EBA5. Grayscale: #343434. Windows color (decimal): -9956262 or 5903464. OLE color: 5903464.

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

Color convert

RGB1042090-
CMYK00.810.130.59
HSL310º67.74%24.31%-
HSV(B)310º80.77%40.78%-
XYZ7.84.1810.07-
YUV53.1148.83164.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 20 (8.20% from 255) = 9.35%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=48.60%
G=9.35%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104209000.810.130.5931067.7424.31
Hex68145A051D3B1364418
Octal150241320121157346610430
Binary1101000101001011010010100011101111011100110110100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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