#6F2EA9

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

Shades of Royal Purple #6F2EA9

Tints of Royal Purple #6F2EA9

Color information

#6F2EA9 (or 0x6F2EA9) is unknown color: approx Royal Purple. HEX triplet: 6F, 2E and A9. RGB value is (111,46,169). Sum of RGB (Red+Green+Blue) = 111+46+169=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 169 (66.41% from 255 or 51.84% from 326); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F2EA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2EA9 is #90D156. Grayscale: #4F4F4F. Windows color (decimal): -9490775 or 11087471. OLE color: 11087471.

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

Color convert

RGB11146169-
CMYK0.340.7300.34
HSL271.71º57.21%42.16%-
HSV(B)271.71º72.78%66.27%-
XYZ14.698.238.34-
YUV79.46178.53150.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 46 (18.36% from 255) = 14.11%
BLUE value IS 169 (66.41% from 255) = 51.84%
R=34.05%
G=14.11%
B=51.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal111461690.340.7300.34271.7157.2142.16
Hex6F2EA92249022110392a
Octal15756251421110424207152
Binary11011111011101010100110001010010010100010100010000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,46,169); }

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

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

 a { background-color: rgb(111,46,169); }

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

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

 span { border-color: rgb(111,46,169); }

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