#7C398B

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

Shades of Vivid Violet #7C398B

Tints of Vivid Violet #7C398B

Color information

#7C398B (or 0x7C398B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 39 and 8B. RGB value is (124,57,139). Sum of RGB (Red+Green+Blue) = 124+57+139=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C398B is #83C674. Grayscale: #565656. Windows color (decimal): -8636021 or 9124220. OLE color: 9124220.

HSL color Cylindrical-coordinate representation of color #7C398B: hue angle of 289.02º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C398B is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12457139-
CMYK0.110.5900.45
HSL289.02º41.84%38.43%-
HSV(B)289.02º58.99%54.51%-
XYZ14.449.0825.42-
YUV86.38157.7154.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.75%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=38.75%
G=17.81%
B=43.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124571390.110.5900.45289.0241.8438.43
Hex7C398BB3B02D1212a26
Octal1747121313730554415246
Binary11111001110011000101110111110110101101100100001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C398B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,139); }

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

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

 a { background-color: rgb(124,57,139); }

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

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

 span { border-color: rgb(124,57,139); }

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