#6D1590

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

Shades of Vivid Violet #6D1590

Tints of Vivid Violet #6D1590

Color information

#6D1590 (or 0x6D1590) is unknown color: approx Vivid Violet. HEX triplet: 6D, 15 and 90. RGB value is (109,21,144). Sum of RGB (Red+Green+Blue) = 109+21+144=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D1590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1590 is #92EA6F. Grayscale: #3C3C3C. Windows color (decimal): -9628272 or 9442669. OLE color: 9442669.

HSL color Cylindrical-coordinate representation of color #6D1590: hue angle of 282.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1590 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10921144-
CMYK0.240.8500.44
HSL282.93º74.55%32.35%-
HSV(B)282.93º85.42%56.47%-
XYZ11.615.826.89-
YUV61.33174.65162-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.78%
GREEN value IS 21 (8.59% from 255) = 7.66%
BLUE value IS 144 (56.64% from 255) = 52.55%
R=39.78%
G=7.66%
B=52.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109211440.240.8500.44282.9374.5532.35
Hex6D1590185502C11b4b20
Octal155252203012505443311340
Binary1101101101011001000011000101010101011001000110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,21,144); }

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

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

 a { background-color: rgb(109,21,144); }

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

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

 span { border-color: rgb(109,21,144); }

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