Html Css Color HEX #794199 Studio

📋 copy color: '#794199'

red 121 ◦ green 65 ◦ blue 153

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

Shades of Studio #794199

Tints of Studio #794199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.17%

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

R = 35.69%
G = 19.17%
B = 45.13%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#794199 (or 0x794199) is known color: Studio. HEX triplet: 79, 41 and 99. RGB value is (121,65,153). Sum of RGB (Red+Green+Blue) = 121+65+153=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #794199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794199 is #86BE66. Grayscale: #5B5B5B. Windows color (decimal): -8830567 or 10043769. OLE color: 10043769.

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

Color convert

RGB 121 65 153 -
CMYK 0.21 0.58 0 0.4
HSL 278.18º 0.4% 0.43% -
HSV(B) 278.18º 0.58% 0.6% -
XYZ 15.53 10.15 31.28 -
YUV 91.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 121 65 153 0.21 0.58 0 0.4 278.18 0.4 0.43
Hex 79 41 99 15 3A 0 28 116 28 2B
Octal 171 101 231 25 72 0 50 426 50 53
Binary 1111001 1000001 10011001 10101 111010 0 101000 100010110 101000 101011

Color Harmonies of #794199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794199

Black with #794199

Text Example


Text Example

White with #794199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794199; }

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

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

background-color css

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

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

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

border-color css

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

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

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