#6d2590

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

Shades of Vivid Violet #6D2590

Tints of Vivid Violet #6D2590

Color information

#6D2590 (or 0x6D2590) is unknown color: approx Vivid Violet. HEX triplet: 6D, 25 and 90. RGB value is (109,37,144). Sum of RGB (Red+Green+Blue) = 109+37+144=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D2590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2590 is #92DA6F. Grayscale: #464646. Windows color (decimal): -9624176 or 9446765. OLE color: 9446765.

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

Color convert

RGB10937144-
CMYK0.240.7400.44
HSL280.37º59.12%35.49%-
HSV(B)280.37º74.31%56.47%-
XYZ126.5927.02-
YUV70.73169.35155.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=37.59%
G=12.76%
B=49.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109371440.240.7400.44280.3759.1235.49
Hex6D2590184A02C1183b23
Octal15545220301120544307343
Binary1101101100101100100001100010010100101100100011000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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