#7c3f93

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

Shades of Vivid Violet #7C3F93

Tints of Vivid Violet #7C3F93

Color information

#7C3F93 (or 0x7C3F93) is unknown color: approx Vivid Violet. HEX triplet: 7C, 3F and 93. RGB value is (124,63,147). Sum of RGB (Red+Green+Blue) = 124+63+147=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C3F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3F93 is #83C06C. Grayscale: #5A5A5A. Windows color (decimal): -8634477 or 9650044. OLE color: 9650044.

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

Color convert

RGB12463147-
CMYK0.160.5700.42
HSL283.57º40%41.18%-
HSV(B)283.57º57.14%57.65%-
XYZ15.369.9528.71-
YUV90.81159.71151.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=37.13%
G=18.86%
B=44.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124631470.160.5700.42283.574041.18
Hex7C3F93103902A11c2829
Octal1747722320710524345051
Binary111110011111110010011100001110010101010100011100101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c3f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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