Html Css Color HEX #791EDF Blue Violet

📋 copy color: '#791EDF'

red 121 ◦ green 30 ◦ blue 223

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

Shades of Blue Violet #791EDF

Tints of Blue Violet #791EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.02%

 BLUE value IS 223 (87.5% from 255) = 59.63%

R = 32.35%
G = 8.02%
B = 59.63%

CMYK

 C value IS 0.46

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#791EDF (or 0x791EDF) is known color: Blue Violet. HEX triplet: 79, 1E and DF. RGB value is (121,30,223). Sum of RGB (Red+Green+Blue) = 121+30+223=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #791EDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791EDF is #86E120. Grayscale: #4E4E4E. Windows color (decimal): -8839457 or 14622329. OLE color: 14622329.

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

Color convert

RGB 121 30 223 -
CMYK 0.46 0.87 0 0.13
HSL 268.29º 0.76% 0.5% -
HSV(B) 268.29º 0.87% 0.87% -
XYZ 21.67 10.32 70.66 -
YUV 79.21 209.15 157.81 -
System Red Green Blue C M Y K H S L
Decimal 121 30 223 0.46 0.87 0 0.13 268.29 0.76 0.5
Hex 79 1E DF 2E 57 0 D 10C 4C 32
Octal 171 36 337 56 127 0 15 414 114 62
Binary 1111001 11110 11011111 101110 1010111 0 1101 100001100 1001100 110010

Color Harmonies of #791EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791EDF

Black with #791EDF

Text Example


Text Example

White with #791EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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