#6F0579

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

Shades of Purple #6F0579

Tints of Purple #6F0579

Color information

#6F0579 (or 0x6F0579) is unknown color: approx Purple. HEX triplet: 6F, 05 and 79. RGB value is (111,5,121). Sum of RGB (Red+Green+Blue) = 111+5+121=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F0579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0579 is #90FA86. Grayscale: #313131. Windows color (decimal): -9501319 or 7931247. OLE color: 7931247.

HSL color Cylindrical-coordinate representation of color #6F0579: hue angle of 294.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0579 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1115121-
CMYK0.080.9600.53
HSL294.83º92.06%24.71%-
HSV(B)294.83º95.87%47.45%-
XYZ10.064.8718.5-
YUV49.92168.12171.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 121 (47.66% from 255) = 51.05%
R=46.84%
G=2.11%
B=51.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11151210.080.9600.53294.8392.0624.71
Hex6F5798600351275c19
Octal15751711014006544713431
Binary11011111011111001100011000000110101100100111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,121); }

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

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

 a { background-color: rgb(111,5,121); }

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

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

 span { border-color: rgb(111,5,121); }

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