#6A166B

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

Shades of Palatinate Purple #6A166B

Tints of Palatinate Purple #6A166B

Color information

#6A166B (or 0x6A166B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 16 and 6B. RGB value is (106,22,107). Sum of RGB (Red+Green+Blue) = 106+22+107=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 107 - color contains mainly: blue. Hex color #6A166B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A166B is #95E994. Grayscale: #383838. Windows color (decimal): -9824661 or 7018090. OLE color: 7018090.

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

Color convert

RGB10622107-
CMYK0.010.7900.58
HSL299.29º65.89%25.29%-
HSV(B)299.29º79.44%41.96%-
XYZ8.884.714.35-
YUV56.81156.33163.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.11%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 107 (42.19% from 255) = 45.53%
R=45.11%
G=9.36%
B=45.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106221070.010.7900.58299.2965.8925.29
Hex6A166B14F03A12b4219
Octal15226153111707245310231
Binary1101010101101101011110011110111010100101011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A166B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,22,107); }

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

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

 a { background-color: rgb(106,22,107); }

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

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

 span { border-color: rgb(106,22,107); }

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