Html Css Color HEX #790FDD Blue Violet

📋 copy color: '#790FDD'

red 121 ◦ green 15 ◦ blue 221

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

Shades of Blue Violet #790FDD

Tints of Blue Violet #790FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 33.89%
G = 4.2%
B = 61.9%

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

#790FDD (or 0x790FDD) is known color: Blue Violet. HEX triplet: 79, 0F and DD. RGB value is (121,15,221). Sum of RGB (Red+Green+Blue) = 121+15+221=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #790FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FDD is #86F022. Grayscale: #454545. Windows color (decimal): -8843299 or 14487417. OLE color: 14487417.

HSL color Cylindrical-coordinate representation of color #790FDD: hue angle of 270.87º 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 #790FDD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 15 221 -
CMYK 0.45 0.93 0 0.13
HSL 270.87º 0.87% 0.46% -
HSV(B) 270.87º 0.93% 0.87% -
XYZ 21.11 9.63 69.15 -
YUV 70.18 213.12 164.25 -
System Red Green Blue C M Y K H S L
Decimal 121 15 221 0.45 0.93 0 0.13 270.87 0.87 0.46
Hex 79 F DD 2D 5D 0 D 10F 57 2E
Octal 171 17 335 55 135 0 15 417 127 56
Binary 1111001 1111 11011101 101101 1011101 0 1101 100001111 1010111 101110

Color Harmonies of #790FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FDD

Black with #790FDD

Text Example


Text Example

White with #790FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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