#6A1461

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

Shades of Palatinate Purple #6A1461

Tints of Palatinate Purple #6A1461

Color information

#6A1461 (or 0x6A1461) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 14 and 61. RGB value is (106,20,97). Sum of RGB (Red+Green+Blue) = 106+20+97=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1461 is #95EB9E. Grayscale: #363636. Windows color (decimal): -9825183 or 6362218. OLE color: 6362218.

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

Color convert

RGB1062097-
CMYK00.810.080.58
HSL306.28º68.25%24.71%-
HSV(B)306.28º81.13%41.57%-
XYZ8.354.4311.72-
YUV54.49151.99164.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.53%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=47.53%
G=8.97%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106209700.810.080.58306.2868.2524.71
Hex6A146105183A1324419
Octal152241410121107246210431
Binary1101010101001100001010100011000111010100110010100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,97); }

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

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

 a { background-color: rgb(106,20,97); }

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

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

 span { border-color: rgb(106,20,97); }

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