#6F3187

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

Shades of Vivid Violet #6F3187

Tints of Vivid Violet #6F3187

Color information

#6F3187 (or 0x6F3187) is unknown color: approx Vivid Violet. HEX triplet: 6F, 31 and 87. RGB value is (111,49,135). Sum of RGB (Red+Green+Blue) = 111+49+135=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F3187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3187 is #90CE78. Grayscale: #4D4D4D. Windows color (decimal): -9490041 or 8860015. OLE color: 8860015.

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

Color convert

RGB11149135-
CMYK0.180.6400.47
HSL283.26º46.74%36.08%-
HSV(B)283.26º63.7%52.94%-
XYZ12.037.3323.7-
YUV77.34160.54152.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=37.63%
G=16.61%
B=45.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111491350.180.6400.47283.2646.7436.08
Hex6F3187124002F11b2f24
Octal15761207221000574335744
Binary1101111110001100001111001010000000101111100011011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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