#6D2EAA

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

Shades of Royal Purple #6D2EAA

Tints of Royal Purple #6D2EAA

Color information

#6D2EAA (or 0x6D2EAA) is unknown color: approx Royal Purple. HEX triplet: 6D, 2E and AA. RGB value is (109,46,170). Sum of RGB (Red+Green+Blue) = 109+46+170=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2EAA is #92D155. Grayscale: #4E4E4E. Windows color (decimal): -9621846 or 11153005. OLE color: 11153005.

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

Color convert

RGB10946170-
CMYK0.360.7300.33
HSL270.48º57.41%42.35%-
HSV(B)270.48º72.94%66.67%-
XYZ14.548.1138.83-
YUV78.97179.37149.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 46 (18.36% from 255) = 14.15%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=33.54%
G=14.15%
B=52.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109461700.360.7300.33270.4857.4142.35
Hex6D2EAA244902110e392a
Octal15556252441110414167152
Binary11011011011101010101010010010010010100001100001110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,46,170); }

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

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

 a { background-color: rgb(109,46,170); }

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

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

 span { border-color: rgb(109,46,170); }

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