Html Css Color HEX #790FB7 Dark Violet

📋 copy color: '#790FB7'

red 121 ◦ green 15 ◦ blue 183

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

Shades of Dark Violet #790FB7

Tints of Dark Violet #790FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 57.37%

R = 37.93%
G = 4.7%
B = 57.37%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#790FB7 (or 0x790FB7) is known color: Dark Violet. HEX triplet: 79, 0F and B7. RGB value is (121,15,183). Sum of RGB (Red+Green+Blue) = 121+15+183=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 183 (71.88% from 255 or 57.37% from 319); Max value from RGB is 183 - color contains mainly: blue. Hex color #790FB7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #790FB7 is #86F048. Grayscale: #414141. Windows color (decimal): -8843337 or 11997049. OLE color: 11997049.

HSL color Cylindrical-coordinate representation of color #790FB7: hue angle of 277.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #790FB7 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 15 183 -
CMYK 0.34 0.92 0 0.28
HSL 277.86º 0.85% 0.39% -
HSV(B) 277.86º 0.92% 0.72% -
XYZ 16.6 7.83 45.44 -
YUV 65.85 194.12 167.34 -
System Red Green Blue C M Y K H S L
Decimal 121 15 183 0.34 0.92 0 0.28 277.86 0.85 0.39
Hex 79 F B7 22 5C 0 1C 116 55 27
Octal 171 17 267 42 134 0 34 426 125 47
Binary 1111001 1111 10110111 100010 1011100 0 11100 100010110 1010101 100111

Color Harmonies of #790FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790FB7

Black with #790FB7

Text Example


Text Example

White with #790FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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