Html Css Color HEX #794596 Studio

📋 copy color: '#794596'

red 121 ◦ green 69 ◦ blue 150

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

Shades of Studio #794596

Tints of Studio #794596

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.29%

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 35.59%
G = 20.29%
B = 44.12%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#794596 (or 0x794596) is known color: Studio. HEX triplet: 79, 45 and 96. RGB value is (121,69,150). Sum of RGB (Red+Green+Blue) = 121+69+150=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #794596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794596 is #86BA69. Grayscale: #5D5D5D. Windows color (decimal): -8829546 or 9848185. OLE color: 9848185.

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

Color convert

RGB 121 69 150 -
CMYK 0.19 0.54 0 0.41
HSL 278.52º 0.37% 0.43% -
HSV(B) 278.52º 0.54% 0.59% -
XYZ 15.52 10.52 30.07 -
YUV 93.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 121 69 150 0.19 0.54 0 0.41 278.52 0.37 0.43
Hex 79 45 96 13 36 0 29 117 25 2B
Octal 171 105 226 23 66 0 51 427 45 53
Binary 1111001 1000101 10010110 10011 110110 0 101001 100010111 100101 101011

Color Harmonies of #794596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794596

Black with #794596

Text Example


Text Example

White with #794596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794596; }

 p { color: rgb(121,69,150); }

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

background-color css

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

 a { background-color: rgb(121,69,150); }

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

border-color css

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

 span { border-color: rgb(121,69,150); }

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