#6A2554

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

Shades of Palatinate Purple #6A2554

Tints of Palatinate Purple #6A2554

Color information

#6A2554 (or 0x6A2554) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 25 and 54. RGB value is (106,37,84). Sum of RGB (Red+Green+Blue) = 106+37+84=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2554 is #95DAAB. Grayscale: #3E3E3E. Windows color (decimal): -9820844 or 5514602. OLE color: 5514602.

HSL color Cylindrical-coordinate representation of color #6A2554: hue angle of 319.13º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2554 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB1063784-
CMYK00.650.210.58
HSL319.13º48.25%28.04%-
HSV(B)319.13º65.09%41.57%-
XYZ8.215.038.93-
YUV62.99139.86158.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=46.70%
G=16.30%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106378400.650.210.58319.1348.2528.04
Hex6A2554041153A13f301c
Octal15245124010125724776034
Binary11010101001011010100010000011010111101010011111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,37,84); }

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

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

 a { background-color: rgb(106,37,84); }

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

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

 span { border-color: rgb(106,37,84); }

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