#6F018E

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

Shades of Purple #6F018E

Tints of Purple #6F018E

Color information

#6F018E (or 0x6F018E) is unknown color: approx Purple. HEX triplet: 6F, 01 and 8E. RGB value is (111,1,142). Sum of RGB (Red+Green+Blue) = 111+1+142=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F018E is #90FE71. Grayscale: #313131. Windows color (decimal): -9502322 or 9306479. OLE color: 9306479.

HSL color Cylindrical-coordinate representation of color #6F018E: hue angle of 286.81º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F018E is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1111142-
CMYK0.220.9900.44
HSL286.81º98.6%28.04%-
HSV(B)286.81º99.3%55.69%-
XYZ11.455.3526.02-
YUV49.96179.94171.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 142 (55.86% from 255) = 55.91%
R=43.70%
G=0.39%
B=55.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11111420.220.9900.44286.8198.628.04
Hex6F18E166302C11f631c
Octal15712162614305443714334
Binary11011111100011101011011000110101100100011111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F018E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,1,142); }

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

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

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

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

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

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

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