#79459B

Color #79459B Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #79459B

Tints of Studio #79459B

Color information

#79459B (or 0x79459B) is unknown color: approx Studio. HEX triplet: 79, 45 and 9B. RGB value is (121,69,155). Sum of RGB (Red+Green+Blue) = 121+69+155=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #79459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #79459B is #86BA64. Grayscale: #5E5E5E. Windows color (decimal): -8829541 or 10175865. OLE color: 10175865.

HSL color Cylindrical-coordinate representation of color #79459B: hue angle of 276.28º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #79459B is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB12169155-
CMYK0.220.5500.39
HSL276.28º38.39%43.92%-
HSV(B)276.28º55.48%60.78%-
XYZ15.9310.6932.23-
YUV94.35162.23147.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 69 (27.34% from 255) = 20%
BLUE value IS 155 (60.94% from 255) = 44.93%
R=35.07%
G=20%
B=44.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal121691550.220.5500.39276.2838.3943.92
Hex79459B1637027114262c
Octal17110523326670474244654
Binary1111001100010110011011101101101110100111100010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79459B; }

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

 H1.HeaderClassName
 {
   color: #79459B;
 }
 .AnyTagClassName
 {
   color: #79459B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #79459B;
 }
 .BgClassName
 {
   background-color: #79459B;
 }
</style>
border-color css

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

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

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