Html Css Color HEX #790FE7 Blue Violet

📋 copy color: '#790FE7'

red 121 ◦ green 15 ◦ blue 231

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

Shades of Blue Violet #790FE7

Tints of Blue Violet #790FE7

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.09%

 BLUE value IS 231 (90.63% from 255) = 62.94%

R = 32.97%
G = 4.09%
B = 62.94%

CMYK

 C value IS 0.48

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#790FE7 (or 0x790FE7) is known color: Blue Violet. HEX triplet: 79, 0F and E7. RGB value is (121,15,231). Sum of RGB (Red+Green+Blue) = 121+15+231=367 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.97% from 367); Green value is 15 (6.25% from 255 or 4.09% from 367); Blue value is 231 (90.62% from 255 or 62.94% from 367); Max value from RGB is 231 - color contains mainly: blue. Hex color #790FE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FE7 is #86F018. Grayscale: #464646. Windows color (decimal): -8843289 or 15142777. OLE color: 15142777.

HSL color Cylindrical-coordinate representation of color #790FE7: hue angle of 269.44º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790FE7 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 15 231 -
CMYK 0.48 0.94 0 0.09
HSL 269.44º 0.88% 0.48% -
HSV(B) 269.44º 0.94% 0.91% -
XYZ 22.48 10.18 76.38 -
YUV 71.32 218.12 163.44 -
System Red Green Blue C M Y K H S L
Decimal 121 15 231 0.48 0.94 0 0.09 269.44 0.88 0.48
Hex 79 F E7 30 5E 0 9 10D 58 30
Octal 171 17 347 60 136 0 11 415 130 60
Binary 1111001 1111 11100111 110000 1011110 0 1001 100001101 1011000 110000

Color Harmonies of #790FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FE7

Black with #790FE7

Text Example


Text Example

White with #790FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790FE7; }

 p { color: rgb(121,15,231); }

 H1.HeaderClassName
 {
   color: #790FE7;
 }
 .AnyTagClassName
 {
   color: #790FE7;
 }
</style>

background-color css

<style>
 a { background-color: #790FE7; }

 a { background-color: rgb(121,15,231); }

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

border-color css

<style>
 span { border-color: #790FE7; }

 span { border-color: rgb(121,15,231); }

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