#7B2191

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

Shades of Vivid Violet #7B2191

Tints of Vivid Violet #7B2191

Color information

#7B2191 (or 0x7B2191) is unknown color: approx Vivid Violet. HEX triplet: 7B, 21 and 91. RGB value is (123,33,145). Sum of RGB (Red+Green+Blue) = 123+33+145=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 145 (57.03% from 255 or 48.17% from 301); Max value from RGB is 145 - color contains mainly: blue. Hex color #7B2191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2191 is #84DE6E. Grayscale: #484848. Windows color (decimal): -8707695 or 9511291. OLE color: 9511291.

HSL color Cylindrical-coordinate representation of color #7B2191: hue angle of 288.21º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7B2191 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12333145-
CMYK0.150.7700.43
HSL288.21º62.92%34.9%-
HSV(B)288.21º77.24%56.86%-
XYZ13.827.3427.48-
YUV72.68168.82163.89-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.86%
GREEN value IS 33 (13.28% from 255) = 10.96%
BLUE value IS 145 (57.03% from 255) = 48.17%
R=40.86%
G=10.96%
B=48.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123331450.150.7700.43288.2162.9234.9
Hex7B2191F4D02B1203f23
Octal17341221171150534407743
Binary111101110000110010001111110011010101011100100000111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B2191; }

 p { color: rgb(123,33,145); }

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

<style>
 a { background-color: #7B2191; }

 a { background-color: rgb(123,33,145); }

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

<style>
 span { border-color: #7B2191; }

 span { border-color: rgb(123,33,145); }

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