#6D2085

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

Shades of Vivid Violet #6D2085

Tints of Vivid Violet #6D2085

Color information

#6D2085 (or 0x6D2085) is unknown color: approx Vivid Violet. HEX triplet: 6D, 20 and 85. RGB value is (109,32,133). Sum of RGB (Red+Green+Blue) = 109+32+133=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D2085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2085 is #92DF7A. Grayscale: #424242. Windows color (decimal): -9625467 or 8724589. OLE color: 8724589.

HSL color Cylindrical-coordinate representation of color #6D2085: hue angle of 285.74º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D2085 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10932133-
CMYK0.180.7600.48
HSL285.74º61.21%32.35%-
HSV(B)285.74º75.94%52.16%-
XYZ11.065.9822.76-
YUV66.54165.51158.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.78%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 133 (52.34% from 255) = 48.54%
R=39.78%
G=11.68%
B=48.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109321330.180.7600.48285.7461.2132.35
Hex6D2085124C03011e3d20
Octal15540205221140604367540
Binary1101101100000100001011001010011000110000100011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,32,133); }

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

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

 a { background-color: rgb(109,32,133); }

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

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

 span { border-color: rgb(109,32,133); }

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