#6A2354

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

Shades of Palatinate Purple #6A2354

Tints of Palatinate Purple #6A2354

Color information

#6A2354 (or 0x6A2354) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 23 and 54. RGB value is (106,35,84). Sum of RGB (Red+Green+Blue) = 106+35+84=225 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.11% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2354 is #95DCAB. Grayscale: #3D3D3D. Windows color (decimal): -9821356 or 5514090. OLE color: 5514090.

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

Color convert

RGB1063584-
CMYK00.670.210.58
HSL318.59º50.35%27.65%-
HSV(B)318.59º66.98%41.57%-
XYZ8.154.918.91-
YUV61.82140.52159.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.11%
GREEN value IS 35 (14.06% from 255) = 15.56%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=47.11%
G=15.56%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106358400.670.210.58318.5950.3527.65
Hex6A2354043153A13f321c
Octal15243124010325724776234
Binary11010101000111010100010000111010111101010011111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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