#6E339C

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

Shades of Royal Purple #6E339C

Tints of Royal Purple #6E339C

Color information

#6E339C (or 0x6E339C) is unknown color: approx Royal Purple. HEX triplet: 6E, 33 and 9C. RGB value is (110,51,156). Sum of RGB (Red+Green+Blue) = 110+51+156=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 156 (61.33% from 255 or 49.21% from 317); Max value from RGB is 156 - color contains mainly: blue. Hex color #6E339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E339C is #91CC63. Grayscale: #505050. Windows color (decimal): -9555044 or 10236782. OLE color: 10236782.

HSL color Cylindrical-coordinate representation of color #6E339C: hue angle of 273.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E339C is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11051156-
CMYK0.290.6700.39
HSL273.71º50.72%40.59%-
HSV(B)273.71º67.31%61.18%-
XYZ13.618.0832.3-
YUV80.61170.55148.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 156 (61.33% from 255) = 49.21%
R=34.70%
G=16.09%
B=49.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal110511560.290.6700.39273.7150.7240.59
Hex6E339C1D430271123329
Octal15663234351030474226351
Binary1101110110011100111001110110000110100111100010010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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