#7F18AA

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

Shades of Vivid Violet #7F18AA

Tints of Vivid Violet #7F18AA

Color information

#7F18AA (or 0x7F18AA) is unknown color: approx Vivid Violet. HEX triplet: 7F, 18 and AA. RGB value is (127,24,170). Sum of RGB (Red+Green+Blue) = 127+24+170=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F18AA is #80E755. Grayscale: #464646. Windows color (decimal): -8447830 or 11147391. OLE color: 11147391.

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

Color convert

RGB12724170-
CMYK0.250.8600.33
HSL282.33º75.26%38.04%-
HSV(B)282.33º85.88%66.67%-
XYZ16.338.0738.73-
YUV71.44183.62167.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.56%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=39.56%
G=7.48%
B=52.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127241700.250.8600.33282.3375.2638.04
Hex7F18AA195602111a4b26
Octal177302523112604143211346
Binary1111111110001010101011001101011001000011000110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F18AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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