#6A3AA2

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

Shades of Royal Purple #6A3AA2

Tints of Royal Purple #6A3AA2

Color information

#6A3AA2 (or 0x6A3AA2) is unknown color: approx Royal Purple. HEX triplet: 6A, 3A and A2. RGB value is (106,58,162). Sum of RGB (Red+Green+Blue) = 106+58+162=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 162 (63.67% from 255 or 49.69% from 326); Max value from RGB is 162 - color contains mainly: blue. Hex color #6A3AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3AA2 is #95C55D. Grayscale: #535353. Windows color (decimal): -9815390 or 10631786. OLE color: 10631786.

HSL color Cylindrical-coordinate representation of color #6A3AA2: hue angle of 267.69º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A3AA2 is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10658162-
CMYK0.350.6400.36
HSL267.69º47.27%43.14%-
HSV(B)267.69º64.2%63.53%-
XYZ13.988.735.12-
YUV84.21171.9143.54-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 58 (23.05% from 255) = 17.79%
BLUE value IS 162 (63.67% from 255) = 49.69%
R=32.52%
G=17.79%
B=49.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106581620.350.6400.36267.6947.2743.14
Hex6A3AA2234002410c2f2b
Octal15272242431000444145753
Binary11010101110101010001010001110000000100100100001100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,58,162); }

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

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

 a { background-color: rgb(106,58,162); }

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

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

 span { border-color: rgb(106,58,162); }

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