#6F096F

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

Shades of Purple #6F096F

Tints of Purple #6F096F

Color information

#6F096F (or 0x6F096F) is unknown color: approx Purple. HEX triplet: 6F, 09 and 6F. RGB value is (111,9,111). Sum of RGB (Red+Green+Blue) = 111+9+111=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F096F is #90F690. Grayscale: #323232. Windows color (decimal): -9500305 or 7276911. OLE color: 7276911.

HSL color Cylindrical-coordinate representation of color #6F096F: hue angle of 300º 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 #6F096F is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1119111-
CMYK00.9200.56
HSL300º85%23.53%-
HSV(B)300º91.89%43.53%-
XYZ9.524.7215.45-
YUV51.13161.79170.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 48.05%
GREEN value IS 9 (3.91% from 255) = 3.90%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=48.05%
G=3.90%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111911100.9200.563008523.53
Hex6F96F05C03812c5518
Octal15711157013407045412530
Binary110111110011101111010111000111000100101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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