#7B3599

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

Shades of Vivid Violet #7B3599

Tints of Vivid Violet #7B3599

Color information

#7B3599 (or 0x7B3599) is unknown color: approx Vivid Violet. HEX triplet: 7B, 35 and 99. RGB value is (123,53,153). Sum of RGB (Red+Green+Blue) = 123+53+153=329 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.39% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3599 is #84CA66. Grayscale: #555555. Windows color (decimal): -8702567 or 10040699. OLE color: 10040699.

HSL color Cylindrical-coordinate representation of color #7B3599: hue angle of 282º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B3599 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12353153-
CMYK0.200.6500.4
HSL282º48.54%40.39%-
HSV(B)282º65.36%60%-
XYZ15.199.0631.08-
YUV85.33166.19154.87-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.39%
GREEN value IS 53 (21.09% from 255) = 16.11%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=37.39%
G=16.11%
B=46.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal123531530.200.6500.428248.5440.39
Hex7B3599144102811a3128
Octal17365231241010504326150
Binary1111011110101100110011010010000010101000100011010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,53,153); }

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

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

 a { background-color: rgb(123,53,153); }

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

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

 span { border-color: rgb(123,53,153); }

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