Html Css Color HEX #794497 Studio

📋 copy color: '#794497'

red 121 ◦ green 68 ◦ blue 151

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

Shades of Studio #794497

Tints of Studio #794497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 35.59%
G = 20%
B = 44.41%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#794497 (or 0x794497) is known color: Studio. HEX triplet: 79, 44 and 97. RGB value is (121,68,151). Sum of RGB (Red+Green+Blue) = 121+68+151=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 151 - color contains mainly: blue. Hex color #794497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794497 is #86BB68. Grayscale: #5D5D5D. Windows color (decimal): -8829801 or 9913465. OLE color: 9913465.

HSL color Cylindrical-coordinate representation of color #794497: hue angle of 278.31º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794497 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 121 68 151 -
CMYK 0.20 0.55 0 0.41
HSL 278.31º 0.38% 0.43% -
HSV(B) 278.31º 0.55% 0.59% -
XYZ 15.54 10.43 30.47 -
YUV 93.31 160.56 147.75 -
System Red Green Blue C M Y K H S L
Decimal 121 68 151 0.20 0.55 0 0.41 278.31 0.38 0.43
Hex 79 44 97 14 37 0 29 116 26 2B
Octal 171 104 227 24 67 0 51 426 46 53
Binary 1111001 1000100 10010111 10100 110111 0 101001 100010110 100110 101011

Color Harmonies of #794497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794497

Black with #794497

Text Example


Text Example

White with #794497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794497; }

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

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

background-color css

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

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

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

border-color css

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

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

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