#6E4193

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

Shades of Royal Purple #6E4193

Tints of Royal Purple #6E4193

Color information

#6E4193 (or 0x6E4193) is unknown color: approx Royal Purple. HEX triplet: 6E, 41 and 93. RGB value is (110,65,147). Sum of RGB (Red+Green+Blue) = 110+65+147=322 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.16% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 147 (57.81% from 255 or 45.65% from 322); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E4193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4193 is #91BE6C. Grayscale: #575757. Windows color (decimal): -9551469 or 9650542. OLE color: 9650542.

HSL color Cylindrical-coordinate representation of color #6E4193: hue angle of 272.93º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E4193 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11065147-
CMYK0.250.5600.42
HSL272.93º38.68%41.57%-
HSV(B)272.93º55.78%57.65%-
XYZ13.599.228.66-
YUV87.8161.41143.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.16%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 147 (57.81% from 255) = 45.65%
R=34.16%
G=20.19%
B=45.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110651470.250.5600.42272.9338.6841.57
Hex6E4193193802A111272a
Octal15610122331700524214752
Binary1101110100000110010011110011110000101010100010001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,65,147); }

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

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

 a { background-color: rgb(110,65,147); }

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

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

 span { border-color: rgb(110,65,147); }

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