#7F1AAF

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

Shades of Vivid Violet #7F1AAF

Tints of Vivid Violet #7F1AAF

Color information

#7F1AAF (or 0x7F1AAF) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1A and AF. RGB value is (127,26,175). Sum of RGB (Red+Green+Blue) = 127+26+175=328 (43% of max value = 765). Red value is 127 (50% from 255 or 38.72% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F1AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1AAF is #80E550. Grayscale: #484848. Windows color (decimal): -8447313 or 11475583. OLE color: 11475583.

HSL color Cylindrical-coordinate representation of color #7F1AAF: hue angle of 280.67º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1AAF is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12726175-
CMYK0.270.8500.31
HSL280.67º74.13%39.41%-
HSV(B)280.67º85.14%68.63%-
XYZ16.868.3541.28-
YUV73.18185.46166.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.72%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 175 (68.75% from 255) = 53.35%
R=38.72%
G=7.93%
B=53.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127261750.270.8500.31280.6774.1339.41
Hex7F1AAF1B5501F1194a27
Octal177322573312503743111247
Binary111111111010101011111101110101010111111000110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,26,175); }

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

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

 a { background-color: rgb(127,26,175); }

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

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

 span { border-color: rgb(127,26,175); }

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