#6A3691

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

Shades of Royal Purple #6A3691

Tints of Royal Purple #6A3691

Color information

#6A3691 (or 0x6A3691) is unknown color: approx Royal Purple. HEX triplet: 6A, 36 and 91. RGB value is (106,54,145). Sum of RGB (Red+Green+Blue) = 106+54+145=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A3691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3691 is #95C96E. Grayscale: #4F4F4F. Windows color (decimal): -9816431 or 9516650. OLE color: 9516650.

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

Color convert

RGB10654145-
CMYK0.270.6300.43
HSL274.29º45.73%39.02%-
HSV(B)274.29º62.76%56.86%-
XYZ12.377.7527.63-
YUV79.92164.73146.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 54 (21.48% from 255) = 17.70%
BLUE value IS 145 (57.03% from 255) = 47.54%
R=34.75%
G=17.70%
B=47.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal106541450.270.6300.43274.2945.7339.02
Hex6A36911B3F02B1122e27
Octal1526622133770534225647
Binary110101011011010010001110111111110101011100010010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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