#6A2AA1

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

Shades of Royal Purple #6A2AA1

Tints of Royal Purple #6A2AA1

Color information

#6A2AA1 (or 0x6A2AA1) is unknown color: approx Royal Purple. HEX triplet: 6A, 2A and A1. RGB value is (106,42,161). Sum of RGB (Red+Green+Blue) = 106+42+161=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 161 (63.28% from 255 or 52.10% from 309); Max value from RGB is 161 - color contains mainly: blue. Hex color #6A2AA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2AA1 is #95D55E. Grayscale: #4A4A4A. Windows color (decimal): -9819487 or 10562154. OLE color: 10562154.

HSL color Cylindrical-coordinate representation of color #6A2AA1: hue angle of 272.27º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A2AA1 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10642161-
CMYK0.340.7400.37
HSL272.27º58.62%39.8%-
HSV(B)272.27º73.91%63.14%-
XYZ13.27.2934.43-
YUV74.7176.7150.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 161 (63.28% from 255) = 52.10%
R=34.30%
G=13.59%
B=52.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106421610.340.7400.37272.2758.6239.8
Hex6A2AA1224A0251103b28
Octal15252241421120454207350
Binary11010101010101010000110001010010100100101100010000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,161); }

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

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

 a { background-color: rgb(106,42,161); }

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

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

 span { border-color: rgb(106,42,161); }

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