#6D2C88

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

Shades of Vivid Violet #6D2C88

Tints of Vivid Violet #6D2C88

Color information

#6D2C88 (or 0x6D2C88) is unknown color: approx Vivid Violet. HEX triplet: 6D, 2C and 88. RGB value is (109,44,136). Sum of RGB (Red+Green+Blue) = 109+44+136=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D2C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2C88 is #92D377. Grayscale: #494949. Windows color (decimal): -9622392 or 8924269. OLE color: 8924269.

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

Color convert

RGB10944136-
CMYK0.200.6800.47
HSL282.39º51.11%35.29%-
HSV(B)282.39º67.65%53.33%-
XYZ11.656.8324-
YUV73.92163.03153.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.72%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=37.72%
G=15.22%
B=47.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109441360.200.6800.47282.3951.1135.29
Hex6D2C88144402F11a3323
Octal15554210241040574326343
Binary1101101101100100010001010010001000101111100011010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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