#7F219B

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

Shades of Vivid Violet #7F219B

Tints of Vivid Violet #7F219B

Color information

#7F219B (or 0x7F219B) is unknown color: approx Vivid Violet. HEX triplet: 7F, 21 and 9B. RGB value is (127,33,155). Sum of RGB (Red+Green+Blue) = 127+33+155=315 (41% of max value = 765). Red value is 127 (50% from 255 or 40.32% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F219B is #80DE64. Grayscale: #4A4A4A. Windows color (decimal): -8445541 or 10166655. OLE color: 10166655.

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

Color convert

RGB12733155-
CMYK0.180.7900.39
HSL286.23º64.89%36.86%-
HSV(B)286.23º78.71%60.78%-
XYZ15.217.9731.75-
YUV75.01173.14165.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.32%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=40.32%
G=10.48%
B=49.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal127331550.180.7900.39286.2364.8936.86
Hex7F219B124F02711e4125
Octal177412332211704743610145
Binary11111111000011001101110010100111101001111000111101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,33,155); }

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

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

 a { background-color: rgb(127,33,155); }

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

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

 span { border-color: rgb(127,33,155); }

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