#6F076A

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

Shades of Purple #6F076A

Tints of Purple #6F076A

Color information

#6F076A (or 0x6F076A) is unknown color: approx Purple. HEX triplet: 6F, 07 and 6A. RGB value is (111,7,106). Sum of RGB (Red+Green+Blue) = 111+7+106=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F076A is #90F895. Grayscale: #313131. Windows color (decimal): -9500822 or 6948719. OLE color: 6948719.

HSL color Cylindrical-coordinate representation of color #6F076A: hue angle of 302.88º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F076A is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB1117106-
CMYK00.940.050.56
HSL302.88º88.14%23.14%-
HSV(B)302.88º93.69%43.53%-
XYZ9.234.5714.03-
YUV49.38159.96171.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.55%
GREEN value IS 7 (3.12% from 255) = 3.12%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=49.55%
G=3.12%
B=47.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111710600.940.050.56302.8888.1423.14
Hex6F76A05E53812f5817
Octal1577152013657045713027
Binary1101111111110101001011110101111000100101111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F076A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,7,106); }

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

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

 a { background-color: rgb(111,7,106); }

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

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

 span { border-color: rgb(111,7,106); }

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