#6E3599

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

Shades of Royal Purple #6E3599

Tints of Royal Purple #6E3599

Color information

#6E3599 (or 0x6E3599) is unknown color: approx Royal Purple. HEX triplet: 6E, 35 and 99. RGB value is (110,53,153). Sum of RGB (Red+Green+Blue) = 110+53+153=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3599 is #91CA66. Grayscale: #515151. Windows color (decimal): -9554535 or 10040686. OLE color: 10040686.

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

Color convert

RGB11053153-
CMYK0.280.6500.4
HSL274.2º48.54%40.39%-
HSV(B)274.2º65.36%60%-
XYZ13.458.1631-
YUV81.44168.38148.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 53 (21.09% from 255) = 16.77%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=34.81%
G=16.77%
B=48.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110531530.280.6500.4274.248.5440.39
Hex6E35991C410281123128
Octal15665231341010504226150
Binary1101110110101100110011110010000010101000100010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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