#7F20AB

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

Shades of Vivid Violet #7F20AB

Tints of Vivid Violet #7F20AB

Color information

#7F20AB (or 0x7F20AB) is unknown color: approx Vivid Violet. HEX triplet: 7F, 20 and AB. RGB value is (127,32,171). Sum of RGB (Red+Green+Blue) = 127+32+171=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F20AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F20AB is #80DF54. Grayscale: #4B4B4B. Windows color (decimal): -8445781 or 11214975. OLE color: 11214975.

HSL color Cylindrical-coordinate representation of color #7F20AB: hue angle of 281.01º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F20AB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12732171-
CMYK0.260.8100.33
HSL281.01º68.47%39.8%-
HSV(B)281.01º81.29%67.06%-
XYZ16.628.4939.29-
YUV76.25181.47164.2-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 32 (12.89% from 255) = 9.70%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=38.48%
G=9.70%
B=51.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127321710.260.8100.33281.0168.4739.8
Hex7F20AB1A510211194428
Octal177402533212104143110450
Binary11111111000001010101111010101000101000011000110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F20AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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