#7C319B

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

Shades of Vivid Violet #7C319B

Tints of Vivid Violet #7C319B

Color information

#7C319B (or 0x7C319B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 31 and 9B. RGB value is (124,49,155). Sum of RGB (Red+Green+Blue) = 124+49+155=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C319B is #83CE64. Grayscale: #535353. Windows color (decimal): -8638053 or 10170748. OLE color: 10170748.

HSL color Cylindrical-coordinate representation of color #7C319B: hue angle of 282.45º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C319B is Cyan = 0.2, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12449155-
CMYK0.20.6800.39
HSL282.45º51.96%40%-
HSV(B)282.45º68.39%60.78%-
XYZ15.338.8531.91-
YUV83.51168.35156.88-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.80%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=37.80%
G=14.94%
B=47.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124491550.20.6800.39282.4551.9640
Hex7C319B144402711a3428
Octal17461233241040474326450
Binary1111100110001100110111010010001000100111100011010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,49,155); }

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

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

 a { background-color: rgb(124,49,155); }

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

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

 span { border-color: rgb(124,49,155); }

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