#7F30A5

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

Shades of Vivid Violet #7F30A5

Tints of Vivid Violet #7F30A5

Color information

#7F30A5 (or 0x7F30A5) is unknown color: approx Vivid Violet. HEX triplet: 7F, 30 and A5. RGB value is (127,48,165). Sum of RGB (Red+Green+Blue) = 127+48+165=340 (45% of max value = 765). Red value is 127 (50% from 255 or 37.35% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 165 (64.84% from 255 or 48.53% from 340); Max value from RGB is 165 - color contains mainly: blue. Hex color #7F30A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F30A5 is #80CF5A. Grayscale: #545454. Windows color (decimal): -8441691 or 10825855. OLE color: 10825855.

HSL color Cylindrical-coordinate representation of color #7F30A5: hue angle of 280.51º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F30A5 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12748165-
CMYK0.230.7100.35
HSL280.51º54.93%41.76%-
HSV(B)280.51º70.91%64.71%-
XYZ16.69.3436.53-
YUV84.96173.17157.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.35%
GREEN value IS 48 (19.14% from 255) = 14.12%
BLUE value IS 165 (64.84% from 255) = 48.53%
R=37.35%
G=14.12%
B=48.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127481650.230.7100.35280.5154.9341.76
Hex7F30A51747023119372a
Octal17760245271070434316752
Binary1111111110000101001011011110001110100011100011001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F30A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,48,165); }

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

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

 a { background-color: rgb(127,48,165); }

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

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

 span { border-color: rgb(127,48,165); }

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