#6E2B9D

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

Shades of Royal Purple #6E2B9D

Tints of Royal Purple #6E2B9D

Color information

#6E2B9D (or 0x6E2B9D) is unknown color: approx Royal Purple. HEX triplet: 6E, 2B and 9D. RGB value is (110,43,157). Sum of RGB (Red+Green+Blue) = 110+43+157=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E2B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2B9D is #91D462. Grayscale: #4B4B4B. Windows color (decimal): -9557091 or 10300270. OLE color: 10300270.

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

Color convert

RGB11043157-
CMYK0.300.7300.38
HSL275.26º57%39.22%-
HSV(B)275.26º72.61%61.57%-
XYZ13.387.4832.64-
YUV76.03173.7152.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=35.48%
G=13.87%
B=50.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110431570.300.7300.38275.265739.22
Hex6E2B9D1E490261133927
Octal15653235361110464237147
Binary1101110101011100111011111010010010100110100010011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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