#6F0985

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

Shades of Purple #6F0985

Tints of Purple #6F0985

Color information

#6F0985 (or 0x6F0985) is unknown color: approx Purple. HEX triplet: 6F, 09 and 85. RGB value is (111,9,133). Sum of RGB (Red+Green+Blue) = 111+9+133=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F0985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0985 is #90F67A. Grayscale: #353535. Windows color (decimal): -9500283 or 8718703. OLE color: 8718703.

HSL color Cylindrical-coordinate representation of color #6F0985: hue angle of 289.35º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0985 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1119133-
CMYK0.170.9300.48
HSL289.35º87.32%27.84%-
HSV(B)289.35º93.23%52.16%-
XYZ10.895.2722.63-
YUV53.63172.79168.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.87%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=43.87%
G=3.56%
B=52.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11191330.170.9300.48289.3587.3227.84
Hex6F985115D030121571c
Octal157112052113506044112734
Binary11011111001100001011000110111010110000100100001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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