#6E3697

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

Shades of Royal Purple #6E3697

Tints of Royal Purple #6E3697

Color information

#6E3697 (or 0x6E3697) is unknown color: approx Royal Purple. HEX triplet: 6E, 36 and 97. RGB value is (110,54,151). Sum of RGB (Red+Green+Blue) = 110+54+151=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 151 (59.38% from 255 or 47.94% from 315); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E3697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3697 is #91C968. Grayscale: #515151. Windows color (decimal): -9554281 or 9909870. OLE color: 9909870.

HSL color Cylindrical-coordinate representation of color #6E3697: hue angle of 274.64º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E3697 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11054151-
CMYK0.270.6400.41
HSL274.64º47.32%40.2%-
HSV(B)274.64º64.24%59.22%-
XYZ13.348.1930.16-
YUV81.8167.05148.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 151 (59.38% from 255) = 47.94%
R=34.92%
G=17.14%
B=47.94%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110541510.270.6400.41274.6447.3240.2
Hex6E36971B400291132f28
Octal15666227331000514235750
Binary1101110110110100101111101110000000101001100010011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,54,151); }

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

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

 a { background-color: rgb(110,54,151); }

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

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

 span { border-color: rgb(110,54,151); }

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