#7A219D

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

Shades of Vivid Violet #7A219D

Tints of Vivid Violet #7A219D

Color information

#7A219D (or 0x7A219D) is unknown color: approx Vivid Violet. HEX triplet: 7A, 21 and 9D. RGB value is (122,33,157). Sum of RGB (Red+Green+Blue) = 122+33+157=312 (41% of max value = 765). Red value is 122 (48.05% from 255 or 39.10% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A219D is #85DE62. Grayscale: #494949. Windows color (decimal): -8773219 or 10297722. OLE color: 10297722.

HSL color Cylindrical-coordinate representation of color #7A219D: hue angle of 283.06º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A219D is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12233157-
CMYK0.220.7900.38
HSL283.06º65.26%37.25%-
HSV(B)283.06º78.98%61.57%-
XYZ14.667.6632.6-
YUV73.75174.99162.42-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 39.10%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=39.10%
G=10.58%
B=50.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal122331570.220.7900.38283.0665.2637.25
Hex7A219D164F02611b4125
Octal172412352611704643310145
Binary11110101000011001110110110100111101001101000110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A219D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,33,157); }

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

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

 a { background-color: rgb(122,33,157); }

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

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

 span { border-color: rgb(122,33,157); }

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