#6A1756

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

Shades of Palatinate Purple #6A1756

Tints of Palatinate Purple #6A1756

Color information

#6A1756 (or 0x6A1756) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 17 and 56. RGB value is (106,23,86). Sum of RGB (Red+Green+Blue) = 106+23+86=215 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.30% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1756 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1756 is #95E8A9. Grayscale: #363636. Windows color (decimal): -9824426 or 5642090. OLE color: 5642090.

HSL color Cylindrical-coordinate representation of color #6A1756: hue angle of 314.46º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A1756 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB1062386-
CMYK00.780.190.58
HSL314.46º64.34%25.29%-
HSV(B)314.46º78.3%41.57%-
XYZ7.934.359.23-
YUV55145.5164.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.30%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 86 (33.98% from 255) = 40%
R=49.30%
G=10.70%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106238600.780.190.58314.4664.3425.29
Hex6A175604E133A13a4019
Octal152271260116237247210031
Binary11010101011110101100100111010011111010100111010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A1756; }

 p { color: rgb(106,23,86); }

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

<style>
 a { background-color: #6A1756; }

 a { background-color: rgb(106,23,86); }

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

<style>
 span { border-color: #6A1756; }

 span { border-color: rgb(106,23,86); }

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