#6E3F9D

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

Shades of Royal Purple #6E3F9D

Tints of Royal Purple #6E3F9D

Color information

#6E3F9D (or 0x6E3F9D) is unknown color: approx Royal Purple. HEX triplet: 6E, 3F and 9D. RGB value is (110,63,157). Sum of RGB (Red+Green+Blue) = 110+63+157=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 63 (25% from 255 or 19.09% from 330); Blue value is 157 (61.72% from 255 or 47.58% from 330); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E3F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3F9D is #91C062. Grayscale: #575757. Windows color (decimal): -9551971 or 10305390. OLE color: 10305390.

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

Color convert

RGB11063157-
CMYK0.300.6000.38
HSL270º42.73%43.14%-
HSV(B)270º59.87%61.57%-
XYZ14.299.332.94-
YUV87.77167.07143.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.33%
GREEN value IS 63 (25% from 255) = 19.09%
BLUE value IS 157 (61.72% from 255) = 47.58%
R=33.33%
G=19.09%
B=47.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110631570.300.6000.3827042.7343.14
Hex6E3F9D1E3C02610e2b2b
Octal1567723536740464165353
Binary110111011111110011101111101111000100110100001110101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,63,157); }

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

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

 a { background-color: rgb(110,63,157); }

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

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

 span { border-color: rgb(110,63,157); }

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