#6A3491

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

Shades of Royal Purple #6A3491

Tints of Royal Purple #6A3491

Color information

#6A3491 (or 0x6A3491) is unknown color: approx Royal Purple. HEX triplet: 6A, 34 and 91. RGB value is (106,52,145). Sum of RGB (Red+Green+Blue) = 106+52+145=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A3491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3491 is #95CB6E. Grayscale: #4E4E4E. Windows color (decimal): -9816943 or 9516138. OLE color: 9516138.

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

Color convert

RGB10652145-
CMYK0.270.6400.43
HSL274.84º47.21%38.63%-
HSV(B)274.84º64.14%56.86%-
XYZ12.287.5627.6-
YUV78.75165.39147.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.98%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=34.98%
G=17.16%
B=47.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106521450.270.6400.43274.8447.2138.63
Hex6A34911B4002B1132f27
Octal15264221331000534235747
Binary1101010110100100100011101110000000101011100010011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,145); }

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

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

 a { background-color: rgb(106,52,145); }

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

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

 span { border-color: rgb(106,52,145); }

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