#6e26aa

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

Shades of Royal Purple #6E26AA

Tints of Royal Purple #6E26AA

Color information

#6E26AA (or 0x6E26AA) is unknown color: approx Royal Purple. HEX triplet: 6E, 26 and AA. RGB value is (110,38,170). Sum of RGB (Red+Green+Blue) = 110+38+170=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E26AA is #91D955. Grayscale: #4A4A4A. Windows color (decimal): -9558358 or 11150958. OLE color: 11150958.

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

Color convert

RGB11038170-
CMYK0.350.7800.33
HSL272.73º63.46%40.78%-
HSV(B)272.73º77.65%66.67%-
XYZ14.387.638.74-
YUV74.58181.85153.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=34.59%
G=11.95%
B=53.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110381700.350.7800.33272.7363.4640.78
Hex6E26AA234E0211113f29
Octal15646252431160414217751
Binary11011101001101010101010001110011100100001100010001111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e26aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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