#6F1E87

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

Shades of Vivid Violet #6F1E87

Tints of Vivid Violet #6F1E87

Color information

#6F1E87 (or 0x6F1E87) is unknown color: approx Vivid Violet. HEX triplet: 6F, 1E and 87. RGB value is (111,30,135). Sum of RGB (Red+Green+Blue) = 111+30+135=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F1E87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1E87 is #90E178. Grayscale: #414141. Windows color (decimal): -9494905 or 8855151. OLE color: 8855151.

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

Color convert

RGB11130135-
CMYK0.180.7800.47
HSL286.29º63.64%32.35%-
HSV(B)286.29º77.78%52.94%-
XYZ11.396.0623.49-
YUV66.19166.84159.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 30 (12.11% from 255) = 10.87%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=40.22%
G=10.87%
B=48.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111301350.180.7800.47286.2963.6432.35
Hex6F1E87124E02F11e4020
Octal157362072211605743610040
Binary1101111111101000011110010100111001011111000111101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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