#6F056A

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

Shades of Purple #6F056A

Tints of Purple #6F056A

Color information

#6F056A (or 0x6F056A) is unknown color: approx Purple. HEX triplet: 6F, 05 and 6A. RGB value is (111,5,106). Sum of RGB (Red+Green+Blue) = 111+5+106=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F056A is #90FA95. Grayscale: #2F2F2F. Windows color (decimal): -9501334 or 6948207. OLE color: 6948207.

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

Color convert

RGB1115106-
CMYK00.950.050.56
HSL302.83º91.38%22.75%-
HSV(B)302.83º95.5%43.53%-
XYZ9.214.5314.02-
YUV48.21160.62172.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=50%
G=2.25%
B=47.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111510600.950.050.56302.8391.3822.75
Hex6F56A05F53812f5b17
Octal1575152013757045713327
Binary1101111101110101001011111101111000100101111101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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