Html Css Color HEX #794598 Studio

📋 copy color: '#794598'

red 121 ◦ green 69 ◦ blue 152

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

Shades of Studio #794598

Tints of Studio #794598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.44%

R = 35.38%
G = 20.18%
B = 44.44%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#794598 (or 0x794598) is known color: Studio. HEX triplet: 79, 45 and 98. RGB value is (121,69,152). Sum of RGB (Red+Green+Blue) = 121+69+152=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #794598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794598 is #86BA67. Grayscale: #5D5D5D. Windows color (decimal): -8829544 or 9979257. OLE color: 9979257.

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

Color convert

RGB 121 69 152 -
CMYK 0.20 0.55 0 0.40
HSL 277.59º 0.38% 0.43% -
HSV(B) 277.59º 0.55% 0.6% -
XYZ 15.68 10.59 30.92 -
YUV 94.01 160.73 147.25 -
System Red Green Blue C M Y K H S L
Decimal 121 69 152 0.20 0.55 0 0.40 277.59 0.38 0.43
Hex 79 45 98 14 37 0 28 116 26 2B
Octal 171 105 230 24 67 0 50 426 46 53
Binary 1111001 1000101 10011000 10100 110111 0 101000 100010110 100110 101011

Color Harmonies of #794598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794598

Black with #794598

Text Example


Text Example

White with #794598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794598; }

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

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

background-color css

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

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

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

border-color css

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

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

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