Html Css Color HEX #790FDE Blue Violet

📋 copy color: '#790FDE'

red 121 ◦ green 15 ◦ blue 222

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

Shades of Blue Violet #790FDE

Tints of Blue Violet #790FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 33.8%
G = 4.19%
B = 62.01%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#790FDE (or 0x790FDE) is known color: Blue Violet. HEX triplet: 79, 0F and DE. RGB value is (121,15,222). Sum of RGB (Red+Green+Blue) = 121+15+222=358 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.80% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #790FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FDE is #86F021. Grayscale: #454545. Windows color (decimal): -8843298 or 14552953. OLE color: 14552953.

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

Color convert

RGB 121 15 222 -
CMYK 0.45 0.93 0 0.13
HSL 270.72º 0.87% 0.46% -
HSV(B) 270.72º 0.93% 0.87% -
XYZ 21.24 9.68 69.86 -
YUV 70.29 213.62 164.17 -
System Red Green Blue C M Y K H S L
Decimal 121 15 222 0.45 0.93 0 0.13 270.72 0.87 0.46
Hex 79 F DE 2D 5D 0 D 10F 57 2E
Octal 171 17 336 55 135 0 15 417 127 56
Binary 1111001 1111 11011110 101101 1011101 0 1101 100001111 1010111 101110

Color Harmonies of #790FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FDE

Black with #790FDE

Text Example


Text Example

White with #790FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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