#6D2895

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

Shades of Vivid Violet #6D2895

Tints of Vivid Violet #6D2895

Color information

#6D2895 (or 0x6D2895) is unknown color: approx Vivid Violet. HEX triplet: 6D, 28 and 95. RGB value is (109,40,149). Sum of RGB (Red+Green+Blue) = 109+40+149=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D2895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2895 is #92D76A. Grayscale: #484848. Windows color (decimal): -9623403 or 9775213. OLE color: 9775213.

HSL color Cylindrical-coordinate representation of color #6D2895: hue angle of 277.98º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2895 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10940149-
CMYK0.270.7300.42
HSL277.98º57.67%37.06%-
HSV(B)277.98º73.15%58.43%-
XYZ12.496.9429.11-
YUV73.06170.86153.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 40 (16.02% from 255) = 13.42%
BLUE value IS 149 (58.59% from 255) = 50%
R=36.58%
G=13.42%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109401490.270.7300.42277.9857.6737.06
Hex6D28951B4902A1163a25
Octal15550225331110524267245
Binary1101101101000100101011101110010010101010100010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,40,149); }

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

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

 a { background-color: rgb(109,40,149); }

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

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

 span { border-color: rgb(109,40,149); }

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