#6F1095

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

Shades of Purple #6F1095

Tints of Purple #6F1095

Color information

#6F1095 (or 0x6F1095) is unknown color: approx Purple. HEX triplet: 6F, 10 and 95. RGB value is (111,16,149). Sum of RGB (Red+Green+Blue) = 111+16+149=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #6F1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1095 is #90EF6A. Grayscale: #3B3B3B. Windows color (decimal): -9498475 or 9769071. OLE color: 9769071.

HSL color Cylindrical-coordinate representation of color #6F1095: hue angle of 282.86º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F1095 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11116149-
CMYK0.260.8900.42
HSL282.86º80.61%32.35%-
HSV(B)282.86º89.26%58.43%-
XYZ12.175.9228.94-
YUV59.57178.47164.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 16 (6.64% from 255) = 5.80%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=40.22%
G=5.80%
B=53.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111161490.260.8900.42282.8680.6132.35
Hex6F10951A5902A11b5120
Octal157202253213105243312140
Binary1101111100001001010111010101100101010101000110111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,16,149); }

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

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

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

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

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

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

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