#6A3164

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

Shades of Palatinate Purple #6A3164

Tints of Palatinate Purple #6A3164

Color information

#6A3164 (or 0x6A3164) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 31 and 64. RGB value is (106,49,100). Sum of RGB (Red+Green+Blue) = 106+49+100=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3164 is #95CE9B. Grayscale: #474747. Windows color (decimal): -9817756 or 6566250. OLE color: 6566250.

HSL color Cylindrical-coordinate representation of color #6A3164: hue angle of 306.32º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3164 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB10649100-
CMYK00.540.060.58
HSL306.32º36.77%30.39%-
HSV(B)306.32º53.77%41.57%-
XYZ9.346.1812.76-
YUV71.86143.88152.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.57%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 100 (39.45% from 255) = 39.22%
R=41.57%
G=19.22%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1064910000.540.060.58306.3236.7730.39
Hex6A316403663A132251e
Octal152611440666724624536
Binary11010101100011100100011011011011101010011001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,100); }

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

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

 a { background-color: rgb(106,49,100); }

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

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

 span { border-color: rgb(106,49,100); }

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