Html Css Color HEX #790FDA Blue Violet

📋 copy color: '#790FDA'

red 121 ◦ green 15 ◦ blue 218

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

Shades of Blue Violet #790FDA

Tints of Blue Violet #790FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.58%

R = 34.18%
G = 4.24%
B = 61.58%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#790FDA (or 0x790FDA) is known color: Blue Violet. HEX triplet: 79, 0F and DA. RGB value is (121,15,218). Sum of RGB (Red+Green+Blue) = 121+15+218=354 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.18% from 354); Green value is 15 (6.25% from 255 or 4.24% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #790FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FDA is #86F025. Grayscale: #454545. Windows color (decimal): -8843302 or 14290809. OLE color: 14290809.

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

Color convert

RGB 121 15 218 -
CMYK 0.44 0.93 0 0.15
HSL 271.33º 0.87% 0.46% -
HSV(B) 271.33º 0.93% 0.85% -
XYZ 20.71 9.47 67.07 -
YUV 69.84 211.62 164.49 -
System Red Green Blue C M Y K H S L
Decimal 121 15 218 0.44 0.93 0 0.15 271.33 0.87 0.46
Hex 79 F DA 2C 5D 0 F 10F 57 2E
Octal 171 17 332 54 135 0 17 417 127 56
Binary 1111001 1111 11011010 101100 1011101 0 1111 100001111 1010111 101110

Color Harmonies of #790FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FDA

Black with #790FDA

Text Example


Text Example

White with #790FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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