#68135A

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

Shades of Palatinate Purple #68135A

Tints of Palatinate Purple #68135A

Color information

#68135A (or 0x68135A) is unknown color: approx Palatinate Purple. HEX triplet: 68, 13 and 5A. RGB value is (104,19,90). Sum of RGB (Red+Green+Blue) = 104+19+90=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #68135A is #97ECA5. Grayscale: #343434. Windows color (decimal): -9956518 or 5903208. OLE color: 5903208.

HSL color Cylindrical-coordinate representation of color #68135A: hue angle of 309.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68135A is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB1041990-
CMYK00.820.130.59
HSL309.88º69.11%24.12%-
HSV(B)309.88º81.73%40.78%-
XYZ7.794.1510.06-
YUV52.51149.16164.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=48.83%
G=8.92%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104199000.820.130.59309.8869.1124.12
Hex68135A052D3B1364518
Octal150231320122157346610530
Binary1101000100111011010010100101101111011100110110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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