Html Css Color HEX #791FE6 Blue Violet

📋 copy color: '#791FE6'

red 121 ◦ green 31 ◦ blue 230

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

Shades of Blue Violet #791FE6

Tints of Blue Violet #791FE6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.12%

 BLUE value IS 230 (90.23% from 255) = 60.21%

R = 31.68%
G = 8.12%
B = 60.21%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#791FE6 (or 0x791FE6) is known color: Blue Violet. HEX triplet: 79, 1F and E6. RGB value is (121,31,230). Sum of RGB (Red+Green+Blue) = 121+31+230=382 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.68% from 382); Green value is 31 (12.5% from 255 or 8.12% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #791FE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #791FE6 is #86E019. Grayscale: #4F4F4F. Windows color (decimal): -8839194 or 15081337. OLE color: 15081337.

HSL color Cylindrical-coordinate representation of color #791FE6: hue angle of 267.14º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #791FE6 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 121 31 230 -
CMYK 0.47 0.87 0 0.10
HSL 267.14º 0.8% 0.51% -
HSV(B) 267.14º 0.87% 0.9% -
XYZ 22.66 10.76 75.75 -
YUV 80.6 212.32 156.82 -
System Red Green Blue C M Y K H S L
Decimal 121 31 230 0.47 0.87 0 0.10 267.14 0.8 0.51
Hex 79 1F E6 2F 57 0 A 10B 50 33
Octal 171 37 346 57 127 0 12 413 120 63
Binary 1111001 11111 11100110 101111 1010111 0 1010 100001011 1010000 110011

Color Harmonies of #791FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791FE6

Black with #791FE6

Text Example


Text Example

White with #791FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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