#6E41AD

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

Shades of Royal Purple #6E41AD

Tints of Royal Purple #6E41AD

Color information

#6E41AD (or 0x6E41AD) is unknown color: approx Royal Purple. HEX triplet: 6E, 41 and AD. RGB value is (110,65,173). Sum of RGB (Red+Green+Blue) = 110+65+173=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #6E41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E41AD is #91BE52. Grayscale: #5A5A5A. Windows color (decimal): -9551443 or 11354478. OLE color: 11354478.

HSL color Cylindrical-coordinate representation of color #6E41AD: hue angle of 265º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6E41AD is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11065173-
CMYK0.360.6200.32
HSL265º45.38%46.67%-
HSV(B)265º62.43%67.84%-
XYZ15.8610.1140.65-
YUV90.77174.41141.72-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 65 (25.78% from 255) = 18.68%
BLUE value IS 173 (67.97% from 255) = 49.71%
R=31.61%
G=18.68%
B=49.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal110651730.360.6200.3226545.3846.67
Hex6E41AD243E0201092d2f
Octal15610125544760404115557
Binary11011101000001101011011001001111100100000100001001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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