#6D119B

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

Shades of Vivid Violet #6D119B

Tints of Vivid Violet #6D119B

Color information

#6D119B (or 0x6D119B) is unknown color: approx Vivid Violet. HEX triplet: 6D, 11 and 9B. RGB value is (109,17,155). Sum of RGB (Red+Green+Blue) = 109+17+155=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D119B is #92EE64. Grayscale: #3B3B3B. Windows color (decimal): -9629285 or 10162541. OLE color: 10162541.

HSL color Cylindrical-coordinate representation of color #6D119B: hue angle of 280º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D119B is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10917155-
CMYK0.300.8900.39
HSL280º80.23%33.73%-
HSV(B)280º89.03%60.78%-
XYZ12.426.0231.52-
YUV60.24181.48162.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.79%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=38.79%
G=6.05%
B=55.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal109171550.300.8900.3928080.2333.73
Hex6D119B1E590271185022
Octal155212333613104743012042
Binary1101101100011001101111110101100101001111000110001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D119B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,17,155); }

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

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

 a { background-color: rgb(109,17,155); }

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

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

 span { border-color: rgb(109,17,155); }

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