Html Css Color HEX #791DFB Blue Violet

📋 copy color: '#791DFB'

red 121 ◦ green 29 ◦ blue 251

#791DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #791DFB

Tints of Blue Violet #791DFB

RGB

 RED value IS 121 (47.66% from 255) = 30.17%

 GREEN value IS 29 (11.72% from 255) = 7.23%

 BLUE value IS 251 (98.44% from 255) = 62.59%

R = 30.17%
G = 7.23%
B = 62.59%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#791DFB (or 0x791DFB) is known color: Blue Violet. HEX triplet: 79, 1D and FB. RGB value is (121,29,251). Sum of RGB (Red+Green+Blue) = 121+29+251=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 251 (98.44% from 255 or 62.59% from 401); Max value from RGB is 251 - color contains mainly: blue. Hex color #791DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791DFB is #86E204. Grayscale: #515151. Windows color (decimal): -8839685 or 16457081. OLE color: 16457081.

HSL color Cylindrical-coordinate representation of color #791DFB: hue angle of 264.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #791DFB is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 121 29 251 -
CMYK 0.52 0.88 0 0.02
HSL 264.86º 0.97% 0.55% -
HSV(B) 264.86º 0.88% 0.98% -
XYZ 25.74 11.91 92.21 -
YUV 81.82 223.48 155.95 -
System Red Green Blue C M Y K H S L
Decimal 121 29 251 0.52 0.88 0 0.02 264.86 0.97 0.55
Hex 79 1D FB 34 58 0 2 109 61 37
Octal 171 35 373 64 130 0 2 411 141 67
Binary 1111001 11101 11111011 110100 1011000 0 10 100001001 1100001 110111

Color Harmonies of #791DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791DFB

Black with #791DFB

Text Example


Text Example

White with #791DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,29,251); }

 H1.HeaderClassName
 {
   color: #791DFB;
 }
 .AnyTagClassName
 {
   color: #791DFB;
 }
</style>

background-color css

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

 a { background-color: rgb(121,29,251); }

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

border-color css

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

 span { border-color: rgb(121,29,251); }

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