Html Css Color HEX #794699 Studio

📋 copy color: '#794699'

red 121 ◦ green 70 ◦ blue 153

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

Shades of Studio #794699

Tints of Studio #794699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 153 (60.16% from 255) = 44.48%

R = 35.17%
G = 20.35%
B = 44.48%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#794699 (or 0x794699) is known color: Studio. HEX triplet: 79, 46 and 99. RGB value is (121,70,153). Sum of RGB (Red+Green+Blue) = 121+70+153=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 153 (60.16% from 255 or 44.48% from 344); Max value from RGB is 153 - color contains mainly: blue. Hex color #794699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794699 is #86B966. Grayscale: #5E5E5E. Windows color (decimal): -8829287 or 10045049. OLE color: 10045049.

HSL color Cylindrical-coordinate representation of color #794699: hue angle of 276.87º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #794699 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 70 153 -
CMYK 0.21 0.54 0 0.4
HSL 276.87º 0.37% 0.44% -
HSV(B) 276.87º 0.54% 0.6% -
XYZ 15.83 10.75 31.38 -
YUV 94.71 160.9 146.75 -
System Red Green Blue C M Y K H S L
Decimal 121 70 153 0.21 0.54 0 0.4 276.87 0.37 0.44
Hex 79 46 99 15 36 0 28 115 25 2C
Octal 171 106 231 25 66 0 50 425 45 54
Binary 1111001 1000110 10011001 10101 110110 0 101000 100010101 100101 101100

Color Harmonies of #794699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794699

Black with #794699

Text Example


Text Example

White with #794699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794699; }

 p { color: rgb(121,70,153); }

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

background-color css

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

 a { background-color: rgb(121,70,153); }

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

border-color css

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

 span { border-color: rgb(121,70,153); }

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