#7D21AB

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

Shades of Vivid Violet #7D21AB

Tints of Vivid Violet #7D21AB

Color information

#7D21AB (or 0x7D21AB) is unknown color: approx Vivid Violet. HEX triplet: 7D, 21 and AB. RGB value is (125,33,171). Sum of RGB (Red+Green+Blue) = 125+33+171=329 (43% of max value = 765). Red value is 125 (49.22% from 255 or 37.99% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D21AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D21AB is #82DE54. Grayscale: #4B4B4B. Windows color (decimal): -8576597 or 11215229. OLE color: 11215229.

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

Color convert

RGB12533171-
CMYK0.270.8100.33
HSL280º67.65%40%-
HSV(B)280º80.7%67.06%-
XYZ16.358.3939.29-
YUV76.24181.48162.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.99%
GREEN value IS 33 (13.28% from 255) = 10.03%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=37.99%
G=10.03%
B=51.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal125331710.270.8100.3328067.6540
Hex7D21AB1B510211184428
Octal175412533312104143010450
Binary11111011000011010101111011101000101000011000110001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,33,171); }

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

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

 a { background-color: rgb(125,33,171); }

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

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

 span { border-color: rgb(125,33,171); }

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