#6A2261

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

Shades of Palatinate Purple #6A2261

Tints of Palatinate Purple #6A2261

Color information

#6A2261 (or 0x6A2261) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 22 and 61. RGB value is (106,34,97). Sum of RGB (Red+Green+Blue) = 106+34+97=237 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.73% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2261 is #95DD9E. Grayscale: #3E3E3E. Windows color (decimal): -9821599 or 6365802. OLE color: 6365802.

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

Color convert

RGB1063497-
CMYK00.680.080.58
HSL307.5º51.43%27.45%-
HSV(B)307.5º67.92%41.57%-
XYZ8.675.0711.83-
YUV62.71147.35158.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.73%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=44.73%
G=14.35%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106349700.680.080.58307.551.4327.45
Hex6A226104483A134331b
Octal15242141010410724646333
Binary1101010100010110000101000100100011101010011010011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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