#7B389E

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

Shades of Vivid Violet #7B389E

Tints of Vivid Violet #7B389E

Color information

#7B389E (or 0x7B389E) is unknown color: approx Vivid Violet. HEX triplet: 7B, 38 and 9E. RGB value is (123,56,158). Sum of RGB (Red+Green+Blue) = 123+56+158=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B389E is #84C761. Grayscale: #575757. Windows color (decimal): -8701794 or 10369147. OLE color: 10369147.

HSL color Cylindrical-coordinate representation of color #7B389E: hue angle of 279.41º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7B389E is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12356158-
CMYK0.220.6500.38
HSL279.41º47.66%41.96%-
HSV(B)279.41º64.56%61.96%-
XYZ15.759.5133.35-
YUV87.66167.7153.21-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.50%
GREEN value IS 56 (22.27% from 255) = 16.62%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=36.50%
G=16.62%
B=46.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal123561580.220.6500.38279.4147.6641.96
Hex7B389E1641026117302a
Octal17370236261010464276052
Binary1111011111000100111101011010000010100110100010111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,56,158); }

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

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

 a { background-color: rgb(123,56,158); }

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

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

 span { border-color: rgb(123,56,158); }

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