#6D1A8C

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

Shades of Vivid Violet #6D1A8C

Tints of Vivid Violet #6D1A8C

Color information

#6D1A8C (or 0x6D1A8C) is unknown color: approx Vivid Violet. HEX triplet: 6D, 1A and 8C. RGB value is (109,26,140). Sum of RGB (Red+Green+Blue) = 109+26+140=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D1A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1A8C is #92E573. Grayscale: #3F3F3F. Windows color (decimal): -9626996 or 9181805. OLE color: 9181805.

HSL color Cylindrical-coordinate representation of color #6D1A8C: hue angle of 283.68º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1A8C is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10926140-
CMYK0.220.8100.45
HSL283.68º68.67%32.55%-
HSV(B)283.68º81.43%54.9%-
XYZ11.415.8825.35-
YUV63.81171160.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.64%
GREEN value IS 26 (10.55% from 255) = 9.45%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=39.64%
G=9.45%
B=50.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109261400.220.8100.45283.6868.6732.55
Hex6D1A8C165102D11c4521
Octal155322142612105543410541
Binary1101101110101000110010110101000101011011000111001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,26,140); }

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

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

 a { background-color: rgb(109,26,140); }

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

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

 span { border-color: rgb(109,26,140); }

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