#6F0491

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

Shades of Purple #6F0491

Tints of Purple #6F0491

Color information

#6F0491 (or 0x6F0491) is unknown color: approx Purple. HEX triplet: 6F, 04 and 91. RGB value is (111,4,145). Sum of RGB (Red+Green+Blue) = 111+4+145=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F0491 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0491 is #90FB6E. Grayscale: #333333. Windows color (decimal): -9501551 or 9503855. OLE color: 9503855.

HSL color Cylindrical-coordinate representation of color #6F0491: hue angle of 285.53º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0491 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1114145-
CMYK0.230.9700.43
HSL285.53º94.63%29.22%-
HSV(B)285.53º97.24%56.86%-
XYZ11.715.5127.23-
YUV52.07180.45170.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.69%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 145 (57.03% from 255) = 55.77%
R=42.69%
G=1.54%
B=55.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11141450.230.9700.43285.5394.6329.22
Hex6F491176102B11e5f1d
Octal15742212714105343613735
Binary1101111100100100011011111000010101011100011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,145); }

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

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

 a { background-color: rgb(111,4,145); }

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

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

 span { border-color: rgb(111,4,145); }

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