#6E4097

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

Shades of Royal Purple #6E4097

Tints of Royal Purple #6E4097

Color information

#6E4097 (or 0x6E4097) is unknown color: approx Royal Purple. HEX triplet: 6E, 40 and 97. RGB value is (110,64,151). Sum of RGB (Red+Green+Blue) = 110+64+151=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E4097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4097 is #91BF68. Grayscale: #575757. Windows color (decimal): -9551721 or 9912430. OLE color: 9912430.

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

Color convert

RGB11064151-
CMYK0.270.5800.41
HSL271.72º40.47%42.16%-
HSV(B)271.72º57.62%59.22%-
XYZ13.859.2230.33-
YUV87.67163.74143.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.85%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=33.85%
G=19.69%
B=46.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110641510.270.5800.41271.7240.4742.16
Hex6E40971B3A029110282a
Octal15610022733720514205052
Binary1101110100000010010111110111110100101001100010000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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