#6A1253

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

Shades of Palatinate Purple #6A1253

Tints of Palatinate Purple #6A1253

Color information

#6A1253 (or 0x6A1253) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 12 and 53. RGB value is (106,18,83). Sum of RGB (Red+Green+Blue) = 106+18+83=207 (27% of max value = 765). Red value is 106 (41.80% from 255 or 51.21% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1253 is #95EDAC. Grayscale: #333333. Windows color (decimal): -9825709 or 5444202. OLE color: 5444202.

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

Color convert

RGB1061883-
CMYK00.830.220.58
HSL315.68º70.97%24.31%-
HSV(B)315.68º83.02%41.57%-
XYZ7.724.128.57-
YUV51.72145.65166.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 51.21%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=51.21%
G=8.70%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106188300.830.220.58315.6870.9724.31
Hex6A1253053163A13c4718
Octal152221230123267247410730
Binary11010101001010100110101001110110111010100111100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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