#6A1963

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

Shades of Palatinate Purple #6A1963

Tints of Palatinate Purple #6A1963

Color information

#6A1963 (or 0x6A1963) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 19 and 63. RGB value is (106,25,99). Sum of RGB (Red+Green+Blue) = 106+25+99=230 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.09% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1963 is #95E69C. Grayscale: #393939. Windows color (decimal): -9823901 or 6494570. OLE color: 6494570.

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

Color convert

RGB1062599-
CMYK00.760.070.58
HSL305.19º61.83%25.69%-
HSV(B)305.19º76.42%41.57%-
XYZ8.544.6612.25-
YUV57.66151.34162.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.09%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=46.09%
G=10.87%
B=43.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106259900.760.070.58305.1961.8325.69
Hex6A196304C73A1313e1a
Octal1523114301147724617632
Binary11010101100111000110100110011111101010011000111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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