#6F2889

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

Shades of Vivid Violet #6F2889

Tints of Vivid Violet #6F2889

Color information

#6F2889 (or 0x6F2889) is unknown color: approx Vivid Violet. HEX triplet: 6F, 28 and 89. RGB value is (111,40,137). Sum of RGB (Red+Green+Blue) = 111+40+137=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F2889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2889 is #90D776. Grayscale: #474747. Windows color (decimal): -9492343 or 8988783. OLE color: 8988783.

HSL color Cylindrical-coordinate representation of color #6F2889: hue angle of 283.92º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2889 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11140137-
CMYK0.190.7100.46
HSL283.92º54.8%34.71%-
HSV(B)283.92º70.8%53.73%-
XYZ11.836.724.34-
YUV72.29164.52155.61-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 40 (16.02% from 255) = 13.89%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=38.54%
G=13.89%
B=47.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111401370.190.7100.46283.9254.834.71
Hex6F2889134702E11c3723
Octal15750211231070564346743
Binary1101111101000100010011001110001110101110100011100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,137); }

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

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

 a { background-color: rgb(111,40,137); }

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

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

 span { border-color: rgb(111,40,137); }

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