#6F058E

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

Shades of Purple #6F058E

Tints of Purple #6F058E

Color information

#6F058E (or 0x6F058E) is unknown color: approx Purple. HEX triplet: 6F, 05 and 8E. RGB value is (111,5,142). Sum of RGB (Red+Green+Blue) = 111+5+142=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F058E is #90FA71. Grayscale: #333333. Windows color (decimal): -9501298 or 9307503. OLE color: 9307503.

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

Color convert

RGB1115142-
CMYK0.220.9600.44
HSL286.42º93.2%28.82%-
HSV(B)286.42º96.48%55.69%-
XYZ11.495.4426.04-
YUV52.31178.62169.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.02%
GREEN value IS 5 (2.34% from 255) = 1.94%
BLUE value IS 142 (55.86% from 255) = 55.04%
R=43.02%
G=1.94%
B=55.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11151420.220.9600.44286.4293.228.82
Hex6F58E166002C11e5d1d
Octal15752162614005443613535
Binary1101111101100011101011011000000101100100011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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