#6A1353

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

Shades of Palatinate Purple #6A1353

Tints of Palatinate Purple #6A1353

Color information

#6A1353 (or 0x6A1353) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 13 and 53. RGB value is (106,19,83). Sum of RGB (Red+Green+Blue) = 106+19+83=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1353 is #95ECAC. Grayscale: #343434. Windows color (decimal): -9825453 or 5444458. OLE color: 5444458.

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

Color convert

RGB1061983-
CMYK00.820.220.58
HSL315.86º69.6%24.51%-
HSV(B)315.86º82.08%41.57%-
XYZ7.744.158.58-
YUV52.31145.32166.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=50.96%
G=9.13%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106198300.820.220.58315.8669.624.51
Hex6A1353052163A13c4619
Octal152231230122267247410631
Binary11010101001110100110101001010110111010100111100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,83); }

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

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

 a { background-color: rgb(106,19,83); }

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

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

 span { border-color: rgb(106,19,83); }

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