#6F1197

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

Shades of Purple #6F1197

Tints of Purple #6F1197

Color information

#6F1197 (or 0x6F1197) is unknown color: approx Purple. HEX triplet: 6F, 11 and 97. RGB value is (111,17,151). Sum of RGB (Red+Green+Blue) = 111+17+151=279 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.78% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #6F1197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1197 is #90EE68. Grayscale: #3B3B3B. Windows color (decimal): -9498217 or 9900399. OLE color: 9900399.

HSL color Cylindrical-coordinate representation of color #6F1197: hue angle of 282.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F1197 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11117151-
CMYK0.260.8900.41
HSL282.09º79.76%32.94%-
HSV(B)282.09º88.74%59.22%-
XYZ12.346.0129.79-
YUV60.38179.14164.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.78%
GREEN value IS 17 (7.03% from 255) = 6.09%
BLUE value IS 151 (59.38% from 255) = 54.12%
R=39.78%
G=6.09%
B=54.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111171510.260.8900.41282.0979.7632.94
Hex6F11971A5902911a5021
Octal157212273213105143212041
Binary1101111100011001011111010101100101010011000110101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,17,151); }

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

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

 a { background-color: rgb(111,17,151); }

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

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

 span { border-color: rgb(111,17,151); }

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