#7A228E

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

Shades of Vivid Violet #7A228E

Tints of Vivid Violet #7A228E

Color information

#7A228E (or 0x7A228E) is unknown color: approx Vivid Violet. HEX triplet: 7A, 22 and 8E. RGB value is (122,34,142). Sum of RGB (Red+Green+Blue) = 122+34+142=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #7A228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A228E is #85DD71. Grayscale: #484848. Windows color (decimal): -8772978 or 9314938. OLE color: 9314938.

HSL color Cylindrical-coordinate representation of color #7A228E: hue angle of 288.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7A228E is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12234142-
CMYK0.140.7600.44
HSL288.89º61.36%34.51%-
HSV(B)288.89º76.06%55.69%-
XYZ13.487.2326.28-
YUV72.62167.15163.22-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.94%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=40.94%
G=11.41%
B=47.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122341420.140.7600.44288.8961.3634.51
Hex7A228EE4C02C1213d23
Octal17242216161140544417543
Binary111101010001010001110111010011000101100100100001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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