#6E399E

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

Shades of Royal Purple #6E399E

Tints of Royal Purple #6E399E

Color information

#6E399E (or 0x6E399E) is unknown color: approx Royal Purple. HEX triplet: 6E, 39 and 9E. RGB value is (110,57,158). Sum of RGB (Red+Green+Blue) = 110+57+158=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E399E is #91C661. Grayscale: #545454. Windows color (decimal): -9553506 or 10369390. OLE color: 10369390.

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

Color convert

RGB11057158-
CMYK0.300.6400.38
HSL271.49º46.98%42.16%-
HSV(B)271.49º63.92%61.96%-
XYZ14.078.7133.29-
YUV84.36169.56146.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 57 (22.66% from 255) = 17.54%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=33.85%
G=17.54%
B=48.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110571580.300.6400.38271.4946.9842.16
Hex6E399E1E4002610f2f2a
Octal15671236361000464175752
Binary1101110111001100111101111010000000100110100001111101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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