#6E2AAB

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

Shades of Royal Purple #6E2AAB

Tints of Royal Purple #6E2AAB

Color information

#6E2AAB (or 0x6E2AAB) is unknown color: approx Royal Purple. HEX triplet: 6E, 2A and AB. RGB value is (110,42,171). Sum of RGB (Red+Green+Blue) = 110+42+171=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E2AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2AAB is #91D554. Grayscale: #4C4C4C. Windows color (decimal): -9557333 or 11217518. OLE color: 11217518.

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

Color convert

RGB11042171-
CMYK0.360.7500.33
HSL271.63º60.56%41.76%-
HSV(B)271.63º75.44%67.06%-
XYZ14.617.9139.29-
YUV77.04181.03151.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 42 (16.80% from 255) = 13.00%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=34.06%
G=13.00%
B=52.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110421710.360.7500.33271.6360.5641.76
Hex6E2AAB244B0211103d2a
Octal15652253441130414207552
Binary11011101010101010101110010010010110100001100010000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,42,171); }

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

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

 a { background-color: rgb(110,42,171); }

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

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

 span { border-color: rgb(110,42,171); }

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