#6F3387

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

Shades of Vivid Violet #6F3387

Tints of Vivid Violet #6F3387

Color information

#6F3387 (or 0x6F3387) is unknown color: approx Vivid Violet. HEX triplet: 6F, 33 and 87. RGB value is (111,51,135). Sum of RGB (Red+Green+Blue) = 111+51+135=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #6F3387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3387 is #90CC78. Grayscale: #4E4E4E. Windows color (decimal): -9489529 or 8860527. OLE color: 8860527.

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

Color convert

RGB11151135-
CMYK0.180.6200.47
HSL282.86º45.16%36.47%-
HSV(B)282.86º62.22%52.94%-
XYZ12.117.523.73-
YUV78.52159.88151.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 135 (53.12% from 255) = 45.45%
R=37.37%
G=17.17%
B=45.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111511350.180.6200.47282.8645.1636.47
Hex6F3387123E02F11b2d24
Octal1576320722760574335544
Binary110111111001110000111100101111100101111100011011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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