#6F0285

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

Shades of Purple #6F0285

Tints of Purple #6F0285

Color information

#6F0285 (or 0x6F0285) is unknown color: approx Purple. HEX triplet: 6F, 02 and 85. RGB value is (111,2,133). Sum of RGB (Red+Green+Blue) = 111+2+133=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F0285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0285 is #90FD7A. Grayscale: #313131. Windows color (decimal): -9502075 or 8716911. OLE color: 8716911.

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

Color convert

RGB1112133-
CMYK0.170.9800.48
HSL289.92º97.04%26.47%-
HSV(B)289.92º98.5%52.16%-
XYZ10.815.1222.61-
YUV49.52175.11171.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 45.12%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=45.12%
G=0.81%
B=54.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11121330.170.9800.48289.9297.0426.47
Hex6F2851162030122611a
Octal15722052114206044214132
Binary110111110100001011000111000100110000100100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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