#791eef

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

Shades of Blue Violet #791EEF

Tints of Blue Violet #791EEF

Color information

#791EEF (or 0x791EEF) is unknown color: approx Blue Violet. HEX triplet: 79, 1E and EF. RGB value is (121,30,239). Sum of RGB (Red+Green+Blue) = 121+30+239=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #791EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791EEF is #86E110. Grayscale: #505050. Windows color (decimal): -8839441 or 15670905. OLE color: 15670905.

HSL color Cylindrical-coordinate representation of color #791EEF: hue angle of 266.12º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791EEF is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12130239-
CMYK0.490.8700.06
HSL266.12º86.72%52.75%-
HSV(B)266.12º87.45%93.73%-
XYZ23.9311.2382.57-
YUV81.04217.15156.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.03%
GREEN value IS 30 (12.11% from 255) = 7.69%
BLUE value IS 239 (93.75% from 255) = 61.28%
R=31.03%
G=7.69%
B=61.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal121302390.490.8700.06266.1286.7252.75
Hex791EEF31570610a5735
Octal17136357611270641212765
Binary11110011111011101111110001101011101101000010101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,30,239); }

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

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

 a { background-color: rgb(121,30,239); }

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

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

 span { border-color: rgb(121,30,239); }

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