#6A1653

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

Shades of Palatinate Purple #6A1653

Tints of Palatinate Purple #6A1653

Color information

#6A1653 (or 0x6A1653) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 16 and 53. RGB value is (106,22,83). Sum of RGB (Red+Green+Blue) = 106+22+83=211 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.24% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1653 is #95E9AC. Grayscale: #353535. Windows color (decimal): -9824685 or 5445226. OLE color: 5445226.

HSL color Cylindrical-coordinate representation of color #6A1653: hue angle of 316.43º 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 #6A1653 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.58.

Color convert

RGB1062283-
CMYK00.790.220.58
HSL316.43º65.62%25.1%-
HSV(B)316.43º79.25%41.57%-
XYZ7.794.268.6-
YUV54.07144.33165.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.24%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 83 (32.81% from 255) = 39.34%
R=50.24%
G=10.43%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106228300.790.220.58316.4365.6225.1
Hex6A165304F163A13c4219
Octal152261230117267247410231
Binary11010101011010100110100111110110111010100111100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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