#7c2593

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

Shades of Vivid Violet #7C2593

Tints of Vivid Violet #7C2593

Color information

#7C2593 (or 0x7C2593) is unknown color: approx Vivid Violet. HEX triplet: 7C, 25 and 93. RGB value is (124,37,147). Sum of RGB (Red+Green+Blue) = 124+37+147=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #7C2593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2593 is #83DA6C. Grayscale: #4B4B4B. Windows color (decimal): -8641133 or 9643388. OLE color: 9643388.

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

Color convert

RGB12437147-
CMYK0.160.7500.42
HSL287.45º59.78%36.08%-
HSV(B)287.45º74.83%57.65%-
XYZ14.247.7128.34-
YUV75.55168.32162.56-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.26%
GREEN value IS 37 (14.84% from 255) = 12.01%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=40.26%
G=12.01%
B=47.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal124371470.160.7500.42287.4559.7836.08
Hex7C2593104B02A11f3c24
Octal17445223201130524377444
Binary1111100100101100100111000010010110101010100011111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c2593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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