#6E3AAB

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

Shades of Royal Purple #6E3AAB

Tints of Royal Purple #6E3AAB

Color information

#6E3AAB (or 0x6E3AAB) is unknown color: approx Royal Purple. HEX triplet: 6E, 3A and AB. RGB value is (110,58,171). Sum of RGB (Red+Green+Blue) = 110+58+171=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E3AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E3AAB is #91C554. Grayscale: #565656. Windows color (decimal): -9553237 or 11221614. OLE color: 11221614.

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

Color convert

RGB11058171-
CMYK0.360.6600.33
HSL267.61º49.34%44.9%-
HSV(B)267.61º66.08%67.06%-
XYZ15.299.2839.51-
YUV86.43175.73144.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=32.45%
G=17.11%
B=50.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110581710.360.6600.33267.6149.3444.9
Hex6E3AAB244202110c312d
Octal15672253441020414146155
Binary11011101110101010101110010010000100100001100001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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