#7F1BA7

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

Shades of Vivid Violet #7F1BA7

Tints of Vivid Violet #7F1BA7

Color information

#7F1BA7 (or 0x7F1BA7) is unknown color: approx Vivid Violet. HEX triplet: 7F, 1B and A7. RGB value is (127,27,167). Sum of RGB (Red+Green+Blue) = 127+27+167=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 167 (65.62% from 255 or 52.02% from 321); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F1BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1BA7 is #80E458. Grayscale: #484848. Windows color (decimal): -8447065 or 10951551. OLE color: 10951551.

HSL color Cylindrical-coordinate representation of color #7F1BA7: hue angle of 282.86º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F1BA7 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12727167-
CMYK0.240.8400.35
HSL282.86º72.16%38.04%-
HSV(B)282.86º83.83%65.49%-
XYZ16.128.0937.27-
YUV72.86181.13166.62-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.56%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 167 (65.62% from 255) = 52.02%
R=39.56%
G=8.41%
B=52.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127271670.240.8400.35282.8672.1638.04
Hex7F1BA7185402311b4826
Octal177332473012404343311046
Binary1111111110111010011111000101010001000111000110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,27,167); }

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

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

 a { background-color: rgb(127,27,167); }

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

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

 span { border-color: rgb(127,27,167); }

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