#6F096A

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

Shades of Purple #6F096A

Tints of Purple #6F096A

Color information

#6F096A (or 0x6F096A) is unknown color: approx Purple. HEX triplet: 6F, 09 and 6A. RGB value is (111,9,106). Sum of RGB (Red+Green+Blue) = 111+9+106=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F096A is #90F695. Grayscale: #323232. Windows color (decimal): -9500310 or 6949231. OLE color: 6949231.

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

Color convert

RGB1119106-
CMYK00.920.050.56
HSL302.94º85%23.53%-
HSV(B)302.94º91.89%43.53%-
XYZ9.254.6214.04-
YUV50.56159.29171.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.12%
GREEN value IS 9 (3.91% from 255) = 3.98%
BLUE value IS 106 (41.80% from 255) = 46.90%
R=49.12%
G=3.98%
B=46.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111910600.920.050.56302.948523.53
Hex6F96A05C53812f5518
Octal15711152013457045712530
Binary11011111001110101001011100101111000100101111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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