#7A2488

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

Shades of Vivid Violet #7A2488

Tints of Vivid Violet #7A2488

Color information

#7A2488 (or 0x7A2488) is unknown color: approx Vivid Violet. HEX triplet: 7A, 24 and 88. RGB value is (122,36,136). Sum of RGB (Red+Green+Blue) = 122+36+136=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A2488 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A2488 is #85DB77. Grayscale: #484848. Windows color (decimal): -8772472 or 8922234. OLE color: 8922234.

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

Color convert

RGB12236136-
CMYK0.100.7400.47
HSL291.6º58.14%33.73%-
HSV(B)291.6º73.53%53.33%-
XYZ13.17.1823.99-
YUV73.11163.49162.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.50%
GREEN value IS 36 (14.45% from 255) = 12.24%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=41.50%
G=12.24%
B=46.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal122361360.100.7400.47291.658.1433.73
Hex7A2488A4A02F1243a22
Octal17244210121120574447242
Binary111101010010010001000101010010100101111100100100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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