#7C3C93

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

Shades of Vivid Violet #7C3C93

Tints of Vivid Violet #7C3C93

Color information

#7C3C93 (or 0x7C3C93) is unknown color: approx Vivid Violet. HEX triplet: 7C, 3C and 93. RGB value is (124,60,147). Sum of RGB (Red+Green+Blue) = 124+60+147=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C3C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3C93 is #83C36C. Grayscale: #585858. Windows color (decimal): -8635245 or 9649276. OLE color: 9649276.

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

Color convert

RGB12460147-
CMYK0.160.5900.42
HSL284.14º42.03%40.59%-
HSV(B)284.14º59.18%57.65%-
XYZ15.199.6228.66-
YUV89.05160.7152.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.46%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=37.46%
G=18.13%
B=44.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124601470.160.5900.42284.1442.0340.59
Hex7C3C93103B02A11c2a29
Octal1747422320730524345251
Binary111110011110010010011100001110110101010100011100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,60,147); }

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

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

 a { background-color: rgb(124,60,147); }

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

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

 span { border-color: rgb(124,60,147); }

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