#6E29AA

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

Shades of Royal Purple #6E29AA

Tints of Royal Purple #6E29AA

Color information

#6E29AA (or 0x6E29AA) is unknown color: approx Royal Purple. HEX triplet: 6E, 29 and AA. RGB value is (110,41,170). Sum of RGB (Red+Green+Blue) = 110+41+170=321 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.27% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E29AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E29AA is #91D655. Grayscale: #4B4B4B. Windows color (decimal): -9557590 or 11151726. OLE color: 11151726.

HSL color Cylindrical-coordinate representation of color #6E29AA: hue angle of 272.09º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E29AA is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11041170-
CMYK0.350.7600.33
HSL272.09º61.14%41.37%-
HSV(B)272.09º75.88%66.67%-
XYZ14.487.838.77-
YUV76.34180.86152.01-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.27%
GREEN value IS 41 (16.41% from 255) = 12.77%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=34.27%
G=12.77%
B=52.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110411700.350.7600.33272.0961.1441.37
Hex6E29AA234C0211103d29
Octal15651252431140414207551
Binary11011101010011010101010001110011000100001100010000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,41,170); }

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

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

 a { background-color: rgb(110,41,170); }

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

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

 span { border-color: rgb(110,41,170); }

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