#7F26AC

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

Shades of Vivid Violet #7F26AC

Tints of Vivid Violet #7F26AC

Color information

#7F26AC (or 0x7F26AC) is unknown color: approx Vivid Violet. HEX triplet: 7F, 26 and AC. RGB value is (127,38,172). Sum of RGB (Red+Green+Blue) = 127+38+172=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F26AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F26AC is #80D953. Grayscale: #4F4F4F. Windows color (decimal): -8444244 or 11282047. OLE color: 11282047.

HSL color Cylindrical-coordinate representation of color #7F26AC: hue angle of 279.85º degrees, saturation: 0.64, 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 #7F26AC is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12738172-
CMYK0.260.7800.33
HSL279.85º63.81%41.18%-
HSV(B)279.85º77.91%67.45%-
XYZ16.898.8839.85-
YUV79.89179.99161.6-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=37.69%
G=11.28%
B=51.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127381720.260.7800.33279.8563.8141.18
Hex7F26AC1A4E0211184029
Octal177462543211604143010051
Binary11111111001101010110011010100111001000011000110001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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