#6D2595

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

Shades of Vivid Violet #6D2595

Tints of Vivid Violet #6D2595

Color information

#6D2595 (or 0x6D2595) is unknown color: approx Vivid Violet. HEX triplet: 6D, 25 and 95. RGB value is (109,37,149). Sum of RGB (Red+Green+Blue) = 109+37+149=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D2595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2595 is #92DA6A. Grayscale: #464646. Windows color (decimal): -9624171 or 9774445. OLE color: 9774445.

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

Color convert

RGB10937149-
CMYK0.270.7500.42
HSL278.57º60.22%36.47%-
HSV(B)278.57º75.17%58.43%-
XYZ12.396.7429.08-
YUV71.3171.85154.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 37 (14.84% from 255) = 12.54%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=36.95%
G=12.54%
B=50.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109371490.270.7500.42278.5760.2236.47
Hex6D25951B4B02A1173c24
Octal15545225331130524277444
Binary1101101100101100101011101110010110101010100010111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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