Html Css Color HEX #790FE8 Blue Violet

📋 copy color: '#790FE8'

red 121 ◦ green 15 ◦ blue 232

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

Shades of Blue Violet #790FE8

Tints of Blue Violet #790FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 63.04%

R = 32.88%
G = 4.08%
B = 63.04%

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

#790FE8 (or 0x790FE8) is known color: Blue Violet. HEX triplet: 79, 0F and E8. RGB value is (121,15,232). Sum of RGB (Red+Green+Blue) = 121+15+232=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 232 (91.02% from 255 or 63.04% from 368); Max value from RGB is 232 - color contains mainly: blue. Hex color #790FE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790FE8 is #86F017. Grayscale: #464646. Windows color (decimal): -8843288 or 15208313. OLE color: 15208313.

HSL color Cylindrical-coordinate representation of color #790FE8: hue angle of 269.31º 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 #790FE8 is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 15 232 -
CMYK 0.48 0.94 0 0.09
HSL 269.31º 0.88% 0.48% -
HSV(B) 269.31º 0.94% 0.91% -
XYZ 22.62 10.23 77.13 -
YUV 71.43 218.62 163.36 -
System Red Green Blue C M Y K H S L
Decimal 121 15 232 0.48 0.94 0 0.09 269.31 0.88 0.48
Hex 79 F E8 30 5E 0 9 10D 58 30
Octal 171 17 350 60 136 0 11 415 130 60
Binary 1111001 1111 11101000 110000 1011110 0 1001 100001101 1011000 110000

Color Harmonies of #790FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FE8

Black with #790FE8

Text Example


Text Example

White with #790FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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