#6A2963

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

Shades of Palatinate Purple #6A2963

Tints of Palatinate Purple #6A2963

Color information

#6A2963 (or 0x6A2963) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 29 and 63. RGB value is (106,41,99). Sum of RGB (Red+Green+Blue) = 106+41+99=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2963 is #95D69C. Grayscale: #424242. Windows color (decimal): -9819805 or 6498666. OLE color: 6498666.

HSL color Cylindrical-coordinate representation of color #6A2963: hue angle of 306.46º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A2963 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1064199-
CMYK00.610.070.58
HSL306.46º44.22%28.82%-
HSV(B)306.46º61.32%41.57%-
XYZ8.995.5512.4-
YUV67.05146.03155.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=43.09%
G=16.67%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106419900.610.070.58306.4644.2228.82
Hex6A296303D73A1322c1d
Octal152511430757724625435
Binary11010101010011100011011110111111101010011001010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,41,99); }

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

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

 a { background-color: rgb(106,41,99); }

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

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

 span { border-color: rgb(106,41,99); }

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