#791BF1

Color #791BF1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #791BF1

Tints of Blue Violet #791BF1

Color information

#791BF1 (or 0x791BF1) is unknown color: approx Blue Violet. HEX triplet: 79, 1B and F1. RGB value is (121,27,241). Sum of RGB (Red+Green+Blue) = 121+27+241=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #791BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791BF1 is #86E40E. Grayscale: #4E4E4E. Windows color (decimal): -8840207 or 15801209. OLE color: 15801209.

HSL color Cylindrical-coordinate representation of color #791BF1: hue angle of 266.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791BF1 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12127241-
CMYK0.500.8900.05
HSL266.36º88.43%52.55%-
HSV(B)266.36º88.8%94.51%-
XYZ24.1511.284.11-
YUV79.5219.14157.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.11%
GREEN value IS 27 (10.94% from 255) = 6.94%
BLUE value IS 241 (94.53% from 255) = 61.95%
R=31.11%
G=6.94%
B=61.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal121272410.500.8900.05266.3688.4352.55
Hex791BF132590510a5835
Octal17133361621310541213065
Binary11110011101111110001110010101100101011000010101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791BF1; }

 p { color: rgb(121,27,241); }

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

<style>
 a { background-color: #791BF1; }

 a { background-color: rgb(121,27,241); }

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

<style>
 span { border-color: #791BF1; }

 span { border-color: rgb(121,27,241); }

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