#6A3391

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

Shades of Royal Purple #6A3391

Tints of Royal Purple #6A3391

Color information

#6A3391 (or 0x6A3391) is unknown color: approx Royal Purple. HEX triplet: 6A, 33 and 91. RGB value is (106,51,145). Sum of RGB (Red+Green+Blue) = 106+51+145=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A3391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3391 is #95CC6E. Grayscale: #4D4D4D. Windows color (decimal): -9817199 or 9515882. OLE color: 9515882.

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

Color convert

RGB10651145-
CMYK0.270.6500.43
HSL275.11º47.96%38.43%-
HSV(B)275.11º64.83%56.86%-
XYZ12.247.4827.59-
YUV78.16165.72147.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=35.10%
G=16.89%
B=48.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106511450.270.6500.43275.1147.9638.43
Hex6A33911B4102B1133026
Octal15263221331010534236046
Binary1101010110011100100011101110000010101011100010011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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