#6522A1

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

Shades of Royal Purple #6522A1

Tints of Royal Purple #6522A1

Color information

#6522A1 (or 0x6522A1) is unknown color: approx Royal Purple. HEX triplet: 65, 22 and A1. RGB value is (101,34,161). Sum of RGB (Red+Green+Blue) = 101+34+161=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 161 (63.28% from 255 or 54.39% from 296); Max value from RGB is 161 - color contains mainly: blue. Hex color #6522A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6522A1 is #9ADD5E. Grayscale: #444444. Windows color (decimal): -10149215 or 10560101. OLE color: 10560101.

HSL color Cylindrical-coordinate representation of color #6522A1: hue angle of 271.65º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6522A1 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10134161-
CMYK0.370.7900.37
HSL271.65º65.13%38.24%-
HSV(B)271.65º78.88%63.14%-
XYZ12.376.4834.32-
YUV68.51180.2151.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 161 (63.28% from 255) = 54.39%
R=34.12%
G=11.49%
B=54.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal101341610.370.7900.37271.6565.1338.24
Hex6522A1254F0251104126
Octal145422414511704542010146
Binary110010110001010100001100101100111101001011000100001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6522A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6522A1; }

 p { color: rgb(101,34,161); }

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

<style>
 a { background-color: #6522A1; }

 a { background-color: rgb(101,34,161); }

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

<style>
 span { border-color: #6522A1; }

 span { border-color: rgb(101,34,161); }

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