#6A155B

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

Shades of Palatinate Purple #6A155B

Tints of Palatinate Purple #6A155B

Color information

#6A155B (or 0x6A155B) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 15 and 5B. RGB value is (106,21,91). Sum of RGB (Red+Green+Blue) = 106+21+91=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A155B is #95EAA4. Grayscale: #363636. Windows color (decimal): -9824933 or 5969258. OLE color: 5969258.

HSL color Cylindrical-coordinate representation of color #6A155B: hue angle of 310.59º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A155B is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB1062191-
CMYK00.800.140.58
HSL310.59º66.93%24.9%-
HSV(B)310.59º80.19%41.57%-
XYZ8.14.3610.31-
YUV54.4148.66164.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.62%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=48.62%
G=9.63%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106219100.800.140.58310.5966.9324.9
Hex6A155B050E3A1374319
Octal152251330120167246710331
Binary1101010101011011011010100001110111010100110111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,21,91); }

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

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

 a { background-color: rgb(106,21,91); }

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

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

 span { border-color: rgb(106,21,91); }

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