#7C2592

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

Shades of Vivid Violet #7C2592

Tints of Vivid Violet #7C2592

Color information

#7C2592 (or 0x7C2592) is unknown color: approx Vivid Violet. HEX triplet: 7C, 25 and 92. RGB value is (124,37,146). Sum of RGB (Red+Green+Blue) = 124+37+146=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 146 (57.42% from 255 or 47.56% from 307); Max value from RGB is 146 - color contains mainly: blue. Hex color #7C2592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2592 is #83DA6D. Grayscale: #4B4B4B. Windows color (decimal): -8641134 or 9577852. OLE color: 9577852.

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

Color convert

RGB12437146-
CMYK0.150.7500.43
HSL287.89º59.56%35.88%-
HSV(B)287.89º74.66%57.25%-
XYZ14.167.6827.93-
YUV75.44167.82162.64-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 40.39%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 146 (57.42% from 255) = 47.56%
R=40.39%
G=12.05%
B=47.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal124371460.150.7500.43287.8959.5635.88
Hex7C2592F4B02B1203c24
Octal17445222171130534407444
Binary111110010010110010010111110010110101011100100000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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