#7B3092

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

Shades of Vivid Violet #7B3092

Tints of Vivid Violet #7B3092

Color information

#7B3092 (or 0x7B3092) is unknown color: approx Vivid Violet. HEX triplet: 7B, 30 and 92. RGB value is (123,48,146). Sum of RGB (Red+Green+Blue) = 123+48+146=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B3092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3092 is #84CF6D. Grayscale: #515151. Windows color (decimal): -8703854 or 9580667. OLE color: 9580667.

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

Color convert

RGB12348146-
CMYK0.160.6700.43
HSL285.92º50.52%38.04%-
HSV(B)285.92º67.12%57.25%-
XYZ14.418.428.06-
YUV81.6164.35157.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.80%
GREEN value IS 48 (19.14% from 255) = 15.14%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=38.80%
G=15.14%
B=46.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal123481460.160.6700.43285.9250.5238.04
Hex7B3092104302B11e3326
Octal17360222201030534366346
Binary1111011110000100100101000010000110101011100011110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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