#6E3193

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

Shades of Royal Purple #6E3193

Tints of Royal Purple #6E3193

Color information

#6E3193 (or 0x6E3193) is unknown color: approx Royal Purple. HEX triplet: 6E, 31 and 93. RGB value is (110,49,147). Sum of RGB (Red+Green+Blue) = 110+49+147=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 147 (57.81% from 255 or 48.04% from 306); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E3193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3193 is #91CE6C. Grayscale: #4E4E4E. Windows color (decimal): -9555565 or 9646446. OLE color: 9646446.

HSL color Cylindrical-coordinate representation of color #6E3193: hue angle of 277.35º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3193 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11049147-
CMYK0.250.6700.42
HSL277.35º50%38.43%-
HSV(B)277.35º66.67%57.65%-
XYZ12.87.6228.4-
YUV78.41166.71150.53-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 147 (57.81% from 255) = 48.04%
R=35.95%
G=16.01%
B=48.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110491470.250.6700.42277.355038.43
Hex6E3193194302A1153226
Octal15661223311030524256246
Binary1101110110001100100111100110000110101010100010101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,49,147); }

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

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

 a { background-color: rgb(110,49,147); }

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

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

 span { border-color: rgb(110,49,147); }

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