#7C2392

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

Shades of Vivid Violet #7C2392

Tints of Vivid Violet #7C2392

Color information

#7C2392 (or 0x7C2392) is unknown color: approx Vivid Violet. HEX triplet: 7C, 23 and 92. RGB value is (124,35,146). Sum of RGB (Red+Green+Blue) = 124+35+146=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C2392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2392 is #83DC6D. Grayscale: #494949. Windows color (decimal): -8641646 or 9577340. OLE color: 9577340.

HSL color Cylindrical-coordinate representation of color #7C2392: hue angle of 288.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2392 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12435146-
CMYK0.150.7600.43
HSL288.11º61.33%35.49%-
HSV(B)288.11º76.03%57.25%-
XYZ14.17.5627.91-
YUV74.26168.49163.47-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.66%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 146 (57.42% from 255) = 47.87%
R=40.66%
G=11.48%
B=47.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124351460.150.7600.43288.1161.3335.49
Hex7C2392F4C02B1203d23
Octal17443222171140534407543
Binary111110010001110010010111110011000101011100100000111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,35,146); }

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

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

 a { background-color: rgb(124,35,146); }

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

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

 span { border-color: rgb(124,35,146); }

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