Html Css Color HEX #794499 Studio

📋 copy color: '#794499'

red 121 ◦ green 68 ◦ blue 153

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

Shades of Studio #794499

Tints of Studio #794499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

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

R = 35.38%
G = 19.88%
B = 44.74%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#794499 (or 0x794499) is known color: Studio. HEX triplet: 79, 44 and 99. RGB value is (121,68,153). Sum of RGB (Red+Green+Blue) = 121+68+153=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #794499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794499 is #86BB66. Grayscale: #5D5D5D. Windows color (decimal): -8829799 or 10044537. OLE color: 10044537.

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

Color convert

RGB 121 68 153 -
CMYK 0.21 0.56 0 0.4
HSL 277.41º 0.38% 0.43% -
HSV(B) 277.41º 0.56% 0.6% -
XYZ 15.7 10.5 31.34 -
YUV 93.54 161.56 147.59 -
System Red Green Blue C M Y K H S L
Decimal 121 68 153 0.21 0.56 0 0.4 277.41 0.38 0.43
Hex 79 44 99 15 38 0 28 115 26 2B
Octal 171 104 231 25 70 0 50 425 46 53
Binary 1111001 1000100 10011001 10101 111000 0 101000 100010101 100110 101011

Color Harmonies of #794499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794499

Black with #794499

Text Example


Text Example

White with #794499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794499; }

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

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

background-color css

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

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

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

border-color css

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

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

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