#7B2392

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

Shades of Vivid Violet #7B2392

Tints of Vivid Violet #7B2392

Color information

#7B2392 (or 0x7B2392) is unknown color: approx Vivid Violet. HEX triplet: 7B, 23 and 92. RGB value is (123,35,146). Sum of RGB (Red+Green+Blue) = 123+35+146=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B2392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2392 is #84DC6D. Grayscale: #494949. Windows color (decimal): -8707182 or 9577339. OLE color: 9577339.

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

Color convert

RGB12335146-
CMYK0.160.7600.43
HSL287.57º61.33%35.49%-
HSV(B)287.57º76.03%57.25%-
XYZ13.967.4927.9-
YUV73.97168.65162.97-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 40.46%
GREEN value IS 35 (14.06% from 255) = 11.51%
BLUE value IS 146 (57.42% from 255) = 48.03%
R=40.46%
G=11.51%
B=48.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123351460.160.7600.43287.5761.3335.49
Hex7B2392104C02B1203d23
Octal17343222201140534407543
Binary1111011100011100100101000010011000101011100100000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,35,146); }

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

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

 a { background-color: rgb(123,35,146); }

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

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

 span { border-color: rgb(123,35,146); }

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