#6E2CAA

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

Shades of Royal Purple #6E2CAA

Tints of Royal Purple #6E2CAA

Color information

#6E2CAA (or 0x6E2CAA) is unknown color: approx Royal Purple. HEX triplet: 6E, 2C and AA. RGB value is (110,44,170). Sum of RGB (Red+Green+Blue) = 110+44+170=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E2CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E2CAA is #91D355. Grayscale: #4D4D4D. Windows color (decimal): -9556822 or 11152494. OLE color: 11152494.

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

Color convert

RGB11044170-
CMYK0.350.7400.33
HSL271.43º58.88%41.96%-
HSV(B)271.43º74.12%66.67%-
XYZ14.598.0238.81-
YUV78.1179.87150.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.95%
GREEN value IS 44 (17.58% from 255) = 13.58%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=33.95%
G=13.58%
B=52.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110441700.350.7400.33271.4358.8841.96
Hex6E2CAA234A02110f3b2a
Octal15654252431120414177352
Binary11011101011001010101010001110010100100001100001111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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