#7C3E9B

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

Shades of Vivid Violet #7C3E9B

Tints of Vivid Violet #7C3E9B

Color information

#7C3E9B (or 0x7C3E9B) is unknown color: approx Vivid Violet. HEX triplet: 7C, 3E and 9B. RGB value is (124,62,155). Sum of RGB (Red+Green+Blue) = 124+62+155=341 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.36% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C3E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C3E9B is #83C164. Grayscale: #5A5A5A. Windows color (decimal): -8634725 or 10174076. OLE color: 10174076.

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

Color convert

RGB12462155-
CMYK0.20.600.39
HSL280º42.86%42.55%-
HSV(B)280º60%60.78%-
XYZ15.9510.132.12-
YUV91.14164.04151.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.36%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=36.36%
G=18.18%
B=45.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal124621550.20.600.3928042.8642.55
Hex7C3E9B143C0271182b2b
Octal1747623324740474305353
Binary111110011111010011011101001111000100111100011000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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