#7a2482

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

Shades of Vivid Violet #7A2482

Tints of Vivid Violet #7A2482

Color information

#7A2482 (or 0x7A2482) is unknown color: approx Vivid Violet. HEX triplet: 7A, 24 and 82. RGB value is (122,36,130). Sum of RGB (Red+Green+Blue) = 122+36+130=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 130 (51.17% from 255 or 45.14% from 288); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A2482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2482 is #85DB7D. Grayscale: #484848. Windows color (decimal): -8772478 or 8529018. OLE color: 8529018.

HSL color Cylindrical-coordinate representation of color #7A2482: hue angle of 294.89º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2482 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12236130-
CMYK0.060.7200.49
HSL294.89º56.63%32.55%-
HSV(B)294.89º72.31%50.98%-
XYZ12.697.0121.8-
YUV72.43160.49163.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.36%
GREEN value IS 36 (14.45% from 255) = 12.5%
BLUE value IS 130 (51.17% from 255) = 45.14%
R=42.36%
G=12.5%
B=45.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122361300.060.7200.49294.8956.6332.55
Hex7A24826480311273921
Octal1724420261100614477141
Binary11110101001001000001011010010000110001100100111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a2482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,36,130); }

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

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

 a { background-color: rgb(122,36,130); }

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

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

 span { border-color: rgb(122,36,130); }

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