#7A448C

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

Shades of Vivid Violet #7A448C

Tints of Vivid Violet #7A448C

Color information

#7A448C (or 0x7A448C) is unknown color: approx Vivid Violet. HEX triplet: 7A, 44 and 8C. RGB value is (122,68,140). Sum of RGB (Red+Green+Blue) = 122+68+140=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A448C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A448C is #85BB73. Grayscale: #5C5C5C. Windows color (decimal): -8764276 or 9192570. OLE color: 9192570.

HSL color Cylindrical-coordinate representation of color #7A448C: hue angle of 285º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7A448C is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12268140-
CMYK0.130.5100.45
HSL285º34.62%40.78%-
HSV(B)285º51.43%54.9%-
XYZ14.8310.1725.99-
YUV92.35154.89149.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 68 (26.95% from 255) = 20.61%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=36.97%
G=20.61%
B=42.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122681400.130.5100.4528534.6240.78
Hex7A448CD3302D11d2329
Octal17210421415630554354351
Binary111101010001001000110011011100110101101100011101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,68,140); }

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

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

 a { background-color: rgb(122,68,140); }

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

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

 span { border-color: rgb(122,68,140); }

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