#6F1087

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

Shades of Purple #6F1087

Tints of Purple #6F1087

Color information

#6F1087 (or 0x6F1087) is unknown color: approx Purple. HEX triplet: 6F, 10 and 87. RGB value is (111,16,135). Sum of RGB (Red+Green+Blue) = 111+16+135=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F1087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1087 is #90EF78. Grayscale: #393939. Windows color (decimal): -9498489 or 8851567. OLE color: 8851567.

HSL color Cylindrical-coordinate representation of color #6F1087: hue angle of 287.9º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F1087 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11116135-
CMYK0.180.8800.47
HSL287.9º78.81%29.61%-
HSV(B)287.9º88.15%52.94%-
XYZ11.115.523.4-
YUV57.97171.47165.82-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 16 (6.64% from 255) = 6.11%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=42.37%
G=6.11%
B=51.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111161350.180.8800.47287.978.8129.61
Hex6F1087125802F1204f1e
Octal157202072213005744011736
Binary110111110000100001111001010110000101111100100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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