#6d2088

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

Shades of Vivid Violet #6D2088

Tints of Vivid Violet #6D2088

Color information

#6D2088 (or 0x6D2088) is unknown color: approx Vivid Violet. HEX triplet: 6D, 20 and 88. RGB value is (109,32,136). Sum of RGB (Red+Green+Blue) = 109+32+136=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D2088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2088 is #92DF77. Grayscale: #424242. Windows color (decimal): -9625464 or 8921197. OLE color: 8921197.

HSL color Cylindrical-coordinate representation of color #6D2088: hue angle of 284.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D2088 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10932136-
CMYK0.200.7600.47
HSL284.42º61.9%32.94%-
HSV(B)284.42º76.47%53.33%-
XYZ11.276.0623.87-
YUV66.88167.01158.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 32 (12.89% from 255) = 11.55%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=39.35%
G=11.55%
B=49.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109321360.200.7600.47284.4261.932.94
Hex6D2088144C02F11c3e21
Octal15540210241140574347641
Binary1101101100000100010001010010011000101111100011100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d2088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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