#7A2587

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

Shades of Vivid Violet #7A2587

Tints of Vivid Violet #7A2587

Color information

#7A2587 (or 0x7A2587) is unknown color: approx Vivid Violet. HEX triplet: 7A, 25 and 87. RGB value is (122,37,135). Sum of RGB (Red+Green+Blue) = 122+37+135=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A2587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2587 is #85DA78. Grayscale: #494949. Windows color (decimal): -8772217 or 8856954. OLE color: 8856954.

HSL color Cylindrical-coordinate representation of color #7A2587: hue angle of 292.04º degrees, saturation: 0.57, 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 #7A2587 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12237135-
CMYK0.100.7300.47
HSL292.04º56.98%33.73%-
HSV(B)292.04º72.59%52.94%-
XYZ13.067.2123.62-
YUV73.59162.66162.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 37 (14.84% from 255) = 12.59%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=41.50%
G=12.59%
B=45.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122371350.100.7300.47292.0456.9833.73
Hex7A2587A4902F1243922
Octal17245207121110574447142
Binary111101010010110000111101010010010101111100100100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,37,135); }

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

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

 a { background-color: rgb(122,37,135); }

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

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

 span { border-color: rgb(122,37,135); }

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