#6E4399

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

Shades of Royal Purple #6E4399

Tints of Royal Purple #6E4399

Color information

#6E4399 (or 0x6E4399) is unknown color: approx Royal Purple. HEX triplet: 6E, 43 and 99. RGB value is (110,67,153). Sum of RGB (Red+Green+Blue) = 110+67+153=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E4399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4399 is #91BC66. Grayscale: #595959. Windows color (decimal): -9550951 or 10044270. OLE color: 10044270.

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

Color convert

RGB11067153-
CMYK0.280.5600.4
HSL270º39.09%43.14%-
HSV(B)270º56.21%60%-
XYZ14.199.6331.25-
YUV89.66163.75142.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=33.33%
G=20.30%
B=46.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110671530.280.5600.427039.0943.14
Hex6E43991C3802810e272b
Octal15610323134700504164753
Binary1101110100001110011001111001110000101000100001110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,153); }

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

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

 a { background-color: rgb(110,67,153); }

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

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

 span { border-color: rgb(110,67,153); }

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