#6E3499

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

Shades of Royal Purple #6E3499

Tints of Royal Purple #6E3499

Color information

#6E3499 (or 0x6E3499) is unknown color: approx Royal Purple. HEX triplet: 6E, 34 and 99. RGB value is (110,52,153). Sum of RGB (Red+Green+Blue) = 110+52+153=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3499 is #91CB66. Grayscale: #505050. Windows color (decimal): -9554791 or 10040430. OLE color: 10040430.

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

Color convert

RGB11052153-
CMYK0.280.6600.4
HSL274.46º49.27%40.2%-
HSV(B)274.46º66.01%60%-
XYZ13.418.0730.99-
YUV80.86168.72148.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=34.92%
G=16.51%
B=48.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110521530.280.6600.4274.4649.2740.2
Hex6E34991C420281123128
Octal15664231341020504226150
Binary1101110110100100110011110010000100101000100010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,153); }

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

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

 a { background-color: rgb(110,52,153); }

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

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

 span { border-color: rgb(110,52,153); }

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