#6f41a9

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

Shades of Royal Purple #6F41A9

Tints of Royal Purple #6F41A9

Color information

#6F41A9 (or 0x6F41A9) is unknown color: approx Royal Purple. HEX triplet: 6F, 41 and A9. RGB value is (111,65,169). Sum of RGB (Red+Green+Blue) = 111+65+169=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 169 (66.41% from 255 or 48.99% from 345); Max value from RGB is 169 - color contains mainly: blue. Hex color #6F41A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F41A9 is #90BE56. Grayscale: #5A5A5A. Windows color (decimal): -9485911 or 11092335. OLE color: 11092335.

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

Color convert

RGB11165169-
CMYK0.340.6200.34
HSL266.54º44.44%45.88%-
HSV(B)266.54º61.54%66.27%-
XYZ15.6110.0238.65-
YUV90.61172.24142.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 169 (66.41% from 255) = 48.99%
R=32.17%
G=18.84%
B=48.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal111651690.340.6200.34266.5444.4445.88
Hex6F41A9223E02210b2c2e
Octal15710125142760424135456
Binary11011111000001101010011000101111100100010100001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f41a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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