#7B3093

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

Shades of Vivid Violet #7B3093

Tints of Vivid Violet #7B3093

Color information

#7B3093 (or 0x7B3093) is unknown color: approx Vivid Violet. HEX triplet: 7B, 30 and 93. RGB value is (123,48,147). Sum of RGB (Red+Green+Blue) = 123+48+147=318 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.68% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 147 (57.81% from 255 or 46.23% from 318); Max value from RGB is 147 - color contains mainly: blue. Hex color #7B3093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3093 is #84CF6C. Grayscale: #515151. Windows color (decimal): -8703853 or 9646203. OLE color: 9646203.

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

Color convert

RGB12348147-
CMYK0.160.6700.42
HSL285.45º50.77%38.24%-
HSV(B)285.45º67.35%57.65%-
XYZ14.498.4328.47-
YUV81.71164.85157.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.68%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 147 (57.81% from 255) = 46.23%
R=38.68%
G=15.09%
B=46.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal123481470.160.6700.42285.4550.7738.24
Hex7B3093104302A11d3326
Octal17360223201030524356346
Binary1111011110000100100111000010000110101010100011101110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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