#6e1aa4

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

Shades of Royal Purple #6E1AA4

Tints of Royal Purple #6E1AA4

Color information

#6E1AA4 (or 0x6E1AA4) is unknown color: approx Royal Purple. HEX triplet: 6E, 1A and A4. RGB value is (110,26,164). Sum of RGB (Red+Green+Blue) = 110+26+164=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 164 (64.45% from 255 or 54.67% from 300); Max value from RGB is 164 - color contains mainly: blue. Hex color #6E1AA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E1AA4 is #91E55B. Grayscale: #424242. Windows color (decimal): -9561436 or 10754670. OLE color: 10754670.

HSL color Cylindrical-coordinate representation of color #6E1AA4: hue angle of 276.52º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1AA4 is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11026164-
CMYK0.330.8400.36
HSL276.52º72.63%37.25%-
HSV(B)276.52º84.15%64.31%-
XYZ13.56.7335.71-
YUV66.85182.83158.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.67%
GREEN value IS 26 (10.55% from 255) = 8.67%
BLUE value IS 164 (64.45% from 255) = 54.67%
R=36.67%
G=8.67%
B=54.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal110261640.330.8400.36276.5272.6337.25
Hex6E1AA421540241154925
Octal156322444112404442511145
Binary11011101101010100100100001101010001001001000101011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1aa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,26,164); }

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

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

 a { background-color: rgb(110,26,164); }

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

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

 span { border-color: rgb(110,26,164); }

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