#791FDF

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

Shades of Blue Violet #791FDF

Tints of Blue Violet #791FDF

Color information

#791FDF (or 0x791FDF) is unknown color: approx Blue Violet. HEX triplet: 79, 1F and DF. RGB value is (121,31,223). Sum of RGB (Red+Green+Blue) = 121+31+223=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #791FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791FDF is #86E020. Grayscale: #4F4F4F. Windows color (decimal): -8839201 or 14622585. OLE color: 14622585.

HSL color Cylindrical-coordinate representation of color #791FDF: hue angle of 268.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791FDF is Cyan = 0.46, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12131223-
CMYK0.460.8600.13
HSL268.12º75.59%49.8%-
HSV(B)268.12º86.1%87.45%-
XYZ21.6910.3770.67-
YUV79.8208.82157.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.27%
GREEN value IS 31 (12.5% from 255) = 8.27%
BLUE value IS 223 (87.5% from 255) = 59.47%
R=32.27%
G=8.27%
B=59.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal121312230.460.8600.13268.1275.5949.8
Hex791FDF2E560D10c4c32
Octal171373375612601541411462
Binary111100111111110111111011101010110011011000011001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,31,223); }

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

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

 a { background-color: rgb(121,31,223); }

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

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

 span { border-color: rgb(121,31,223); }

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