#7C2487

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

Shades of Vivid Violet #7C2487

Tints of Vivid Violet #7C2487

Color information

#7C2487 (or 0x7C2487) is unknown color: approx Vivid Violet. HEX triplet: 7C, 24 and 87. RGB value is (124,36,135). Sum of RGB (Red+Green+Blue) = 124+36+135=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C2487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2487 is #83DB78. Grayscale: #494949. Windows color (decimal): -8641401 or 8856700. OLE color: 8856700.

HSL color Cylindrical-coordinate representation of color #7C2487: hue angle of 293.33º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7C2487 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12436135-
CMYK0.080.7300.47
HSL293.33º57.89%33.53%-
HSV(B)293.33º73.33%52.94%-
XYZ13.327.323.63-
YUV73.6162.65163.95-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.03%
GREEN value IS 36 (14.45% from 255) = 12.20%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=42.03%
G=12.20%
B=45.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal124361350.080.7300.47293.3357.8933.53
Hex7C248784902F1253a22
Octal17444207101110574457242
Binary111110010010010000111100010010010101111100100101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,36,135); }

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

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

 a { background-color: rgb(124,36,135); }

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

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

 span { border-color: rgb(124,36,135); }

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