#6D1A88

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

Shades of Vivid Violet #6D1A88

Tints of Vivid Violet #6D1A88

Color information

#6D1A88 (or 0x6D1A88) is unknown color: approx Vivid Violet. HEX triplet: 6D, 1A and 88. RGB value is (109,26,136). Sum of RGB (Red+Green+Blue) = 109+26+136=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 136 (53.52% from 255 or 50.18% from 271); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D1A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1A88 is #92E577. Grayscale: #3E3E3E. Windows color (decimal): -9627000 or 8919661. OLE color: 8919661.

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

Color convert

RGB10926136-
CMYK0.200.8100.47
HSL285.27º67.9%31.76%-
HSV(B)285.27º80.88%53.33%-
XYZ11.125.7723.82-
YUV63.36169160.56-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.22%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 136 (53.52% from 255) = 50.18%
R=40.22%
G=9.59%
B=50.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109261360.200.8100.47285.2767.931.76
Hex6D1A88145102F11d4420
Octal155322102412105743510440
Binary1101101110101000100010100101000101011111000111011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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