#6F1077

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

Shades of Purple #6F1077

Tints of Purple #6F1077

Color information

#6F1077 (or 0x6F1077) is unknown color: approx Purple. HEX triplet: 6F, 10 and 77. RGB value is (111,16,119). Sum of RGB (Red+Green+Blue) = 111+16+119=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 119 (46.88% from 255 or 48.37% from 246); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F1077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1077 is #90EF88. Grayscale: #373737. Windows color (decimal): -9498505 or 7802991. OLE color: 7802991.

HSL color Cylindrical-coordinate representation of color #6F1077: hue angle of 295.34º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6F1077 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11116119-
CMYK0.070.8700.53
HSL295.34º76.3%26.47%-
HSV(B)295.34º86.55%46.67%-
XYZ10.075.0817.9-
YUV56.15163.47167.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 119 (46.88% from 255) = 48.37%
R=45.12%
G=6.50%
B=48.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111161190.070.8700.53295.3476.326.47
Hex6F10777570351274c1a
Octal15720167712706544711432
Binary110111110000111011111110101110110101100100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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