#6A2260

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

Shades of Palatinate Purple #6A2260

Tints of Palatinate Purple #6A2260

Color information

#6A2260 (or 0x6A2260) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 22 and 60. RGB value is (106,34,96). Sum of RGB (Red+Green+Blue) = 106+34+96=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2260 is #95DD9F. Grayscale: #3E3E3E. Windows color (decimal): -9821600 or 6300266. OLE color: 6300266.

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

Color convert

RGB1063496-
CMYK00.680.090.58
HSL308.33º51.43%27.45%-
HSV(B)308.33º67.92%41.57%-
XYZ8.635.0511.59-
YUV62.6146.85158.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=44.92%
G=14.41%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106349600.680.090.58308.3351.4327.45
Hex6A226004493A134331b
Octal15242140010411724646333
Binary1101010100010110000001000100100111101010011010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,34,96); }

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

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

 a { background-color: rgb(106,34,96); }

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

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

 span { border-color: rgb(106,34,96); }

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