#7B3987

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

Shades of Vivid Violet #7B3987

Tints of Vivid Violet #7B3987

Color information

#7B3987 (or 0x7B3987) is unknown color: approx Vivid Violet. HEX triplet: 7B, 39 and 87. RGB value is (123,57,135). Sum of RGB (Red+Green+Blue) = 123+57+135=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B3987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B3987 is #84C678. Grayscale: #555555. Windows color (decimal): -8701561 or 8862075. OLE color: 8862075.

HSL color Cylindrical-coordinate representation of color #7B3987: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B3987 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12357135-
CMYK0.090.5800.47
HSL290.77º40.62%37.65%-
HSV(B)290.77º57.78%52.94%-
XYZ148.8923.9-
YUV85.63155.87154.66-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 39.05%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=39.05%
G=18.10%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal123571350.090.5800.47290.7740.6237.65
Hex7B398793A02F1232926
Octal1737120711720574435146
Binary11110111110011000011110011110100101111100100011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,57,135); }

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

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

 a { background-color: rgb(123,57,135); }

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

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

 span { border-color: rgb(123,57,135); }

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