#6F1072

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

Shades of Purple #6F1072

Tints of Purple #6F1072

Color information

#6F1072 (or 0x6F1072) is unknown color: approx Purple. HEX triplet: 6F, 10 and 72. RGB value is (111,16,114). Sum of RGB (Red+Green+Blue) = 111+16+114=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F1072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1072 is #90EF8D. Grayscale: #373737. Windows color (decimal): -9498510 or 7475311. OLE color: 7475311.

HSL color Cylindrical-coordinate representation of color #6F1072: hue angle of 298.16º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1072 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11116114-
CMYK0.030.8600.55
HSL298.16º75.38%25.49%-
HSV(B)298.16º85.96%44.71%-
XYZ9.784.9616.36-
YUV55.58160.97167.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.06%
GREEN value IS 16 (6.64% from 255) = 6.64%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=46.06%
G=6.64%
B=47.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111161140.030.8600.55298.1675.3825.49
Hex6F107235603712a4b19
Octal15720162312606745211331
Binary11011111000011100101110101100110111100101010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,114); }

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

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

 a { background-color: rgb(111,16,114); }

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

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

 span { border-color: rgb(111,16,114); }

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