Html Css Color HEX #790DE1 Blue Violet

📋 copy color: '#790DE1'

red 121 ◦ green 13 ◦ blue 225

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

Shades of Blue Violet #790DE1

Tints of Blue Violet #790DE1

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.62%

 BLUE value IS 225 (88.28% from 255) = 62.67%

R = 33.7%
G = 3.62%
B = 62.67%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#790DE1 (or 0x790DE1) is known color: Blue Violet. HEX triplet: 79, 0D and E1. RGB value is (121,13,225). Sum of RGB (Red+Green+Blue) = 121+13+225=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 225 (88.28% from 255 or 62.67% from 359); Max value from RGB is 225 - color contains mainly: blue. Hex color #790DE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790DE1 is #86F21E. Grayscale: #444444. Windows color (decimal): -8843807 or 14749049. OLE color: 14749049.

HSL color Cylindrical-coordinate representation of color #790DE1: hue angle of 270.57º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790DE1 is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 13 225 -
CMYK 0.46 0.94 0 0.12
HSL 270.57º 0.89% 0.47% -
HSV(B) 270.57º 0.94% 0.88% -
XYZ 21.62 9.79 71.98 -
YUV 69.46 215.78 164.76 -
System Red Green Blue C M Y K H S L
Decimal 121 13 225 0.46 0.94 0 0.12 270.57 0.89 0.47
Hex 79 D E1 2E 5E 0 C 10F 59 2F
Octal 171 15 341 56 136 0 14 417 131 57
Binary 1111001 1101 11100001 101110 1011110 0 1100 100001111 1011001 101111

Color Harmonies of #790DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790DE1

Black with #790DE1

Text Example


Text Example

White with #790DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,13,225); }

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

background-color css

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

 a { background-color: rgb(121,13,225); }

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

border-color css

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

 span { border-color: rgb(121,13,225); }

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