Html Css Color HEX #791BD7 Blue Violet

📋 copy color: '#791BD7'

red 121 ◦ green 27 ◦ blue 215

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

Shades of Blue Violet #791BD7

Tints of Blue Violet #791BD7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.44%

 BLUE value IS 215 (84.38% from 255) = 59.23%

R = 33.33%
G = 7.44%
B = 59.23%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#791BD7 (or 0x791BD7) is known color: Blue Violet. HEX triplet: 79, 1B and D7. RGB value is (121,27,215). Sum of RGB (Red+Green+Blue) = 121+27+215=363 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.33% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 215 (84.38% from 255 or 59.23% from 363); Max value from RGB is 215 - color contains mainly: blue. Hex color #791BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791BD7 is #86E428. Grayscale: #4B4B4B. Windows color (decimal): -8840233 or 14097273. OLE color: 14097273.

HSL color Cylindrical-coordinate representation of color #791BD7: hue angle of 270º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791BD7 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 27 215 -
CMYK 0.44 0.87 0 0.16
HSL 270º 0.78% 0.47% -
HSV(B) 270º 0.87% 0.84% -
XYZ 20.54 9.76 65.09 -
YUV 76.54 206.14 159.71 -
System Red Green Blue C M Y K H S L
Decimal 121 27 215 0.44 0.87 0 0.16 270 0.78 0.47
Hex 79 1B D7 2C 57 0 10 10E 4E 2F
Octal 171 33 327 54 127 0 20 416 116 57
Binary 1111001 11011 11010111 101100 1010111 0 10000 100001110 1001110 101111

Color Harmonies of #791BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791BD7

Black with #791BD7

Text Example


Text Example

White with #791BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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