#6E3BAE

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

Shades of Royal Purple #6E3BAE

Tints of Royal Purple #6E3BAE

Color information

#6E3BAE (or 0x6E3BAE) is unknown color: approx Royal Purple. HEX triplet: 6E, 3B and AE. RGB value is (110,59,174). Sum of RGB (Red+Green+Blue) = 110+59+174=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #6E3BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3BAE is #91C451. Grayscale: #565656. Windows color (decimal): -9552978 or 11418478. OLE color: 11418478.

HSL color Cylindrical-coordinate representation of color #6E3BAE: hue angle of 266.61º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3BAE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11059174-
CMYK0.370.6600.32
HSL266.61º49.36%45.69%-
HSV(B)266.61º66.09%68.24%-
XYZ15.639.541.05-
YUV87.36176.9144.15-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.07%
GREEN value IS 59 (23.44% from 255) = 17.20%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=32.07%
G=17.20%
B=50.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110591740.370.6600.32266.6149.3645.69
Hex6E3BAE254202010b312e
Octal15673256451020404136156
Binary11011101110111010111010010110000100100000100001011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,59,174); }

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

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

 a { background-color: rgb(110,59,174); }

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

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

 span { border-color: rgb(110,59,174); }

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