#6b1e91

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

Shades of Vivid Violet #6B1E91

Tints of Vivid Violet #6B1E91

Color information

#6B1E91 (or 0x6B1E91) is unknown color: approx Vivid Violet. HEX triplet: 6B, 1E and 91. RGB value is (107,30,145). Sum of RGB (Red+Green+Blue) = 107+30+145=282 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.94% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B1E91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B1E91 is #94E16E. Grayscale: #414141. Windows color (decimal): -9757039 or 9510507. OLE color: 9510507.

HSL color Cylindrical-coordinate representation of color #6B1E91: hue angle of 280.17º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6B1E91 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10730145-
CMYK0.260.7900.43
HSL280.17º65.71%34.31%-
HSV(B)280.17º79.31%56.86%-
XYZ11.646.127.35-
YUV66.13172.51157.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.94%
GREEN value IS 30 (12.11% from 255) = 10.64%
BLUE value IS 145 (57.03% from 255) = 51.42%
R=37.94%
G=10.64%
B=51.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107301450.260.7900.43280.1765.7134.31
Hex6B1E911A4F02B1184222
Octal153362213211705343010242
Binary1101011111101001000111010100111101010111000110001000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b1e91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,145); }

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

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

 a { background-color: rgb(107,30,145); }

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

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

 span { border-color: rgb(107,30,145); }

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