#6A2355

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

Shades of Palatinate Purple #6A2355

Tints of Palatinate Purple #6A2355

Color information

#6A2355 (or 0x6A2355) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 23 and 55. RGB value is (106,35,85). Sum of RGB (Red+Green+Blue) = 106+35+85=226 (29% of max value = 765). Red value is 106 (41.80% from 255 or 46.90% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2355 is #95DCAA. Grayscale: #3D3D3D. Windows color (decimal): -9821355 or 5579626. OLE color: 5579626.

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

Color convert

RGB1063585-
CMYK00.670.200.58
HSL317.75º50.35%27.65%-
HSV(B)317.75º66.98%41.57%-
XYZ8.184.929.11-
YUV61.93141.02159.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 46.90%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 85 (33.59% from 255) = 37.61%
R=46.90%
G=15.49%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106358500.670.200.58317.7550.3527.65
Hex6A2355043143A13e321c
Octal15243125010324724766234
Binary11010101000111010101010000111010011101010011111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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