#6A3494

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

Shades of Royal Purple #6A3494

Tints of Royal Purple #6A3494

Color information

#6A3494 (or 0x6A3494) is unknown color: approx Royal Purple. HEX triplet: 6A, 34 and 94. RGB value is (106,52,148). Sum of RGB (Red+Green+Blue) = 106+52+148=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A3494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3494 is #95CB6B. Grayscale: #4E4E4E. Windows color (decimal): -9816940 or 9712746. OLE color: 9712746.

HSL color Cylindrical-coordinate representation of color #6A3494: hue angle of 273.75º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A3494 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10652148-
CMYK0.280.6500.42
HSL273.75º48%39.22%-
HSV(B)273.75º64.86%58.04%-
XYZ12.527.6628.84-
YUV79.09166.89147.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 148 (58.20% from 255) = 48.37%
R=34.64%
G=16.99%
B=48.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106521480.280.6500.42273.754839.22
Hex6A34941C4102A1123027
Octal15264224341010524226047
Binary1101010110100100101001110010000010101010100010010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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