#7F26AA

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

Shades of Vivid Violet #7F26AA

Tints of Vivid Violet #7F26AA

Color information

#7F26AA (or 0x7F26AA) is unknown color: approx Vivid Violet. HEX triplet: 7F, 26 and AA. RGB value is (127,38,170). Sum of RGB (Red+Green+Blue) = 127+38+170=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F26AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F26AA is #80D955. Grayscale: #4F4F4F. Windows color (decimal): -8444246 or 11150975. OLE color: 11150975.

HSL color Cylindrical-coordinate representation of color #7F26AA: hue angle of 280.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F26AA is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12738170-
CMYK0.250.7800.33
HSL280.45º63.46%40.78%-
HSV(B)280.45º77.65%66.67%-
XYZ16.78.838.85-
YUV79.66178.99161.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=37.91%
G=11.34%
B=50.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127381700.250.7800.33280.4563.4640.78
Hex7F26AA194E0211183f29
Octal17746252311160414307751
Binary1111111100110101010101100110011100100001100011000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F26AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,170); }

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

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

 a { background-color: rgb(127,38,170); }

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

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

 span { border-color: rgb(127,38,170); }

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