#7F18AB

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

Shades of Vivid Violet #7F18AB

Tints of Vivid Violet #7F18AB

Color information

#7F18AB (or 0x7F18AB) is unknown color: approx Vivid Violet. HEX triplet: 7F, 18 and AB. RGB value is (127,24,171). Sum of RGB (Red+Green+Blue) = 127+24+171=322 (42% of max value = 765). Red value is 127 (50% from 255 or 39.44% from 322); Green value is 24 (9.77% from 255 or 7.45% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F18AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F18AB is #80E754. Grayscale: #474747. Windows color (decimal): -8447829 or 11212927. OLE color: 11212927.

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

Color convert

RGB12724171-
CMYK0.260.8600.33
HSL282.04º75.38%38.24%-
HSV(B)282.04º85.96%67.06%-
XYZ16.438.1139.23-
YUV71.56184.12167.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.44%
GREEN value IS 24 (9.77% from 255) = 7.45%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=39.44%
G=7.45%
B=53.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127241710.260.8600.33282.0475.3838.24
Hex7F18AB1A5602111a4b26
Octal177302533212604143211346
Binary1111111110001010101111010101011001000011000110101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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