#6B2786

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

Shades of Vivid Violet #6B2786

Tints of Vivid Violet #6B2786

Color information

#6B2786 (or 0x6B2786) is unknown color: approx Vivid Violet. HEX triplet: 6B, 27 and 86. RGB value is (107,39,134). Sum of RGB (Red+Green+Blue) = 107+39+134=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B2786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B2786 is #94D879. Grayscale: #454545. Windows color (decimal): -9754746 or 8791915. OLE color: 8791915.

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

Color convert

RGB10739134-
CMYK0.200.7100.47
HSL282.95º54.91%33.92%-
HSV(B)282.95º70.9%52.55%-
XYZ11.096.323.19-
YUV70.16164.03154.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.21%
GREEN value IS 39 (15.62% from 255) = 13.93%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=38.21%
G=13.93%
B=47.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107391340.200.7100.47282.9554.9133.92
Hex6B2786144702F11b3722
Octal15347206241070574336742
Binary1101011100111100001101010010001110101111100011011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,39,134); }

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

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

 a { background-color: rgb(107,39,134); }

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

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

 span { border-color: rgb(107,39,134); }

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