#6A3394

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

Shades of Royal Purple #6A3394

Tints of Royal Purple #6A3394

Color information

#6A3394 (or 0x6A3394) is unknown color: approx Royal Purple. HEX triplet: 6A, 33 and 94. RGB value is (106,51,148). Sum of RGB (Red+Green+Blue) = 106+51+148=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A3394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3394 is #95CC6B. Grayscale: #4E4E4E. Windows color (decimal): -9817196 or 9712490. OLE color: 9712490.

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

Color convert

RGB10651148-
CMYK0.280.6600.42
HSL274.02º48.74%39.02%-
HSV(B)274.02º65.54%58.04%-
XYZ12.477.5728.82-
YUV78.5167.22147.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.75%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 148 (58.20% from 255) = 48.52%
R=34.75%
G=16.72%
B=48.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106511480.280.6600.42274.0248.7439.02
Hex6A33941C4202A1123127
Octal15263224341020524226147
Binary1101010110011100101001110010000100101010100010010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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