#6F046A

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

Shades of Purple #6F046A

Tints of Purple #6F046A

Color information

#6F046A (or 0x6F046A) is unknown color: approx Purple. HEX triplet: 6F, 04 and 6A. RGB value is (111,4,106). Sum of RGB (Red+Green+Blue) = 111+4+106=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 106 (41.80% from 255 or 47.96% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F046A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F046A is #90FB95. Grayscale: #2F2F2F. Windows color (decimal): -9501590 or 6947951. OLE color: 6947951.

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

Color convert

RGB1114106-
CMYK00.960.050.56
HSL302.8º93.04%22.55%-
HSV(B)302.8º96.4%43.53%-
XYZ9.24.5114.02-
YUV47.62160.95173.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50.23%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 106 (41.80% from 255) = 47.96%
R=50.23%
G=1.81%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111410600.960.050.56302.893.0422.55
Hex6F46A06053812f5d17
Octal1574152014057045713527
Binary1101111100110101001100000101111000100101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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