#6E339E

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

Shades of Royal Purple #6E339E

Tints of Royal Purple #6E339E

Color information

#6E339E (or 0x6E339E) is unknown color: approx Royal Purple. HEX triplet: 6E, 33 and 9E. RGB value is (110,51,158). Sum of RGB (Red+Green+Blue) = 110+51+158=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E339E is #91CC61. Grayscale: #505050. Windows color (decimal): -9555042 or 10367854. OLE color: 10367854.

HSL color Cylindrical-coordinate representation of color #6E339E: hue angle of 273.08º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E339E is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11051158-
CMYK0.300.6800.38
HSL273.08º51.2%40.98%-
HSV(B)273.08º67.72%61.96%-
XYZ13.798.1533.19-
YUV80.84171.55148.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 158 (62.11% from 255) = 49.53%
R=34.48%
G=15.99%
B=49.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110511580.300.6800.38273.0851.240.98
Hex6E339E1E440261113329
Octal15663236361040464216351
Binary1101110110011100111101111010001000100110100010001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,51,158); }

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

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

 a { background-color: rgb(110,51,158); }

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

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

 span { border-color: rgb(110,51,158); }

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