#6A2356

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

Shades of Palatinate Purple #6A2356

Tints of Palatinate Purple #6A2356

Color information

#6A2356 (or 0x6A2356) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 23 and 56. RGB value is (106,35,86). Sum of RGB (Red+Green+Blue) = 106+35+86=227 (30% of max value = 765). Red value is 106 (41.80% from 255 or 46.70% from 227); Green value is 35 (14.06% from 255 or 15.42% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2356 is #95DCA9. Grayscale: #3D3D3D. Windows color (decimal): -9821354 or 5645162. OLE color: 5645162.

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

Color convert

RGB1063586-
CMYK00.670.190.58
HSL316.9º50.35%27.65%-
HSV(B)316.9º66.98%41.57%-
XYZ8.224.949.32-
YUV62.04141.52159.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.70%
GREEN value IS 35 (14.06% from 255) = 15.42%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=46.70%
G=15.42%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106358600.670.190.58316.950.3527.65
Hex6A2356043133A13d321c
Octal15243126010323724756234
Binary11010101000111010110010000111001111101010011110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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