#6E3097

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

Shades of Royal Purple #6E3097

Tints of Royal Purple #6E3097

Color information

#6E3097 (or 0x6E3097) is unknown color: approx Royal Purple. HEX triplet: 6E, 30 and 97. RGB value is (110,48,151). Sum of RGB (Red+Green+Blue) = 110+48+151=309 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.60% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E3097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3097 is #91CF68. Grayscale: #4D4D4D. Windows color (decimal): -9555817 or 9908334. OLE color: 9908334.

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

Color convert

RGB11048151-
CMYK0.270.6800.41
HSL276.12º51.76%39.02%-
HSV(B)276.12º68.21%59.22%-
XYZ13.077.6630.07-
YUV78.28169.04150.62-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.60%
GREEN value IS 48 (19.14% from 255) = 15.53%
BLUE value IS 151 (59.38% from 255) = 48.87%
R=35.60%
G=15.53%
B=48.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110481510.270.6800.41276.1251.7639.02
Hex6E30971B440291143427
Octal15660227331040514246447
Binary1101110110000100101111101110001000101001100010100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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