#7f22a9

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

Shades of Vivid Violet #7F22A9

Tints of Vivid Violet #7F22A9

Color information

#7F22A9 (or 0x7F22A9) is unknown color: approx Vivid Violet. HEX triplet: 7F, 22 and A9. RGB value is (127,34,169). Sum of RGB (Red+Green+Blue) = 127+34+169=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 34 (13.67% from 255 or 10.30% from 330); Blue value is 169 (66.41% from 255 or 51.21% from 330); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F22A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F22A9 is #80DD56. Grayscale: #4C4C4C. Windows color (decimal): -8445271 or 11084415. OLE color: 11084415.

HSL color Cylindrical-coordinate representation of color #7F22A9: hue angle of 281.33º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F22A9 is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12734169-
CMYK0.250.8000.34
HSL281.33º66.5%39.8%-
HSV(B)281.33º79.88%66.27%-
XYZ16.498.5238.31-
YUV77.2179.81163.52-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 34 (13.67% from 255) = 10.30%
BLUE value IS 169 (66.41% from 255) = 51.21%
R=38.48%
G=10.30%
B=51.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127341690.250.8000.34281.3366.539.8
Hex7F22A919500221194328
Octal177422513112004243110350
Binary11111111000101010100111001101000001000101000110011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f22a9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,34,169); }

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

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

 a { background-color: rgb(127,34,169); }

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

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

 span { border-color: rgb(127,34,169); }

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