#7A228C

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

Shades of Vivid Violet #7A228C

Tints of Vivid Violet #7A228C

Color information

#7A228C (or 0x7A228C) is unknown color: approx Vivid Violet. HEX triplet: 7A, 22 and 8C. RGB value is (122,34,140). Sum of RGB (Red+Green+Blue) = 122+34+140=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A228C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A228C is #85DD73. Grayscale: #484848. Windows color (decimal): -8772980 or 9183866. OLE color: 9183866.

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

Color convert

RGB12234140-
CMYK0.130.7600.45
HSL289.81º60.92%34.12%-
HSV(B)289.81º75.71%54.9%-
XYZ13.337.1825.49-
YUV72.4166.15163.38-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=41.22%
G=11.49%
B=47.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122341400.130.7600.45289.8160.9234.12
Hex7A228CD4C02D1223d22
Octal17242214151140554427542
Binary111101010001010001100110110011000101101100100010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A228C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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