#6F1170

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

Shades of Purple #6F1170

Tints of Purple #6F1170

Color information

#6F1170 (or 0x6F1170) is unknown color: approx Purple. HEX triplet: 6F, 11 and 70. RGB value is (111,17,112). Sum of RGB (Red+Green+Blue) = 111+17+112=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1170 is #90EE8F. Grayscale: #373737. Windows color (decimal): -9498256 or 7344495. OLE color: 7344495.

HSL color Cylindrical-coordinate representation of color #6F1170: hue angle of 299.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1170 is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB11117112-
CMYK0.010.8500.56
HSL299.37º73.64%25.29%-
HSV(B)299.37º84.82%43.92%-
XYZ9.684.9515.77-
YUV55.94159.64167.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.25%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=46.25%
G=7.08%
B=46.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111171120.010.8500.56299.3773.6425.29
Hex6F117015503812b4a19
Octal15721160112507045311231
Binary1101111100011110000110101010111000100101011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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