#6c1f86

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

Shades of Vivid Violet #6C1F86

Tints of Vivid Violet #6C1F86

Color information

#6C1F86 (or 0x6C1F86) is unknown color: approx Vivid Violet. HEX triplet: 6C, 1F and 86. RGB value is (108,31,134). Sum of RGB (Red+Green+Blue) = 108+31+134=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C1F86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1F86 is #93E079. Grayscale: #414141. Windows color (decimal): -9691258 or 8789868. OLE color: 8789868.

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

Color convert

RGB10831134-
CMYK0.190.7700.47
HSL284.85º62.42%32.35%-
HSV(B)284.85º76.87%52.55%-
XYZ10.985.8923.11-
YUV65.76166.51158.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 31 (12.5% from 255) = 11.36%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=39.56%
G=11.36%
B=49.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108311340.190.7700.47284.8562.4232.35
Hex6C1F86134D02F11d3e20
Octal15437206231150574357640
Binary110110011111100001101001110011010101111100011101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c1f86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,31,134); }

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

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

 a { background-color: rgb(108,31,134); }

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

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

 span { border-color: rgb(108,31,134); }

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